Compare commits
3 Commits
05ccfe918d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfa42557dc | ||
|
|
5b74526f83 | ||
|
|
7b7b3f4a94 |
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
@@ -6,9 +6,8 @@ if (NOT TARGET imgui)
|
||||
message("II using FetchContent imgui")
|
||||
FetchContent_Declare(imgui
|
||||
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
||||
GIT_TAG 5c1d2d1e4c562a2ed3efbc64476e703a655b45fd # v1.91.7
|
||||
GIT_TAG bf75bfec48fc00f532af8926130b70c0e26eb099 # v1.92.3
|
||||
EXCLUDE_FROM_ALL
|
||||
CONFIGURE_COMMAND "" # remove?
|
||||
)
|
||||
|
||||
FetchContent_GetProperties(imgui)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include <solanaceae/plugin/solana_plugin_v1.h>
|
||||
|
||||
#include <solanaceae/contact/contact_store_i.hpp>
|
||||
|
||||
#include <solanaceae/toxic_games/toxic_games.hpp>
|
||||
#include <solanaceae/toxcore/tox_interface.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user