update imgui to v1.90.7
This commit is contained in:
parent
ff52f15566
commit
599094c8e4
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -6,7 +6,7 @@ if (NOT TARGET imgui)
|
|||||||
message("II using FetchContent imgui")
|
message("II using FetchContent imgui")
|
||||||
FetchContent_Declare(imgui
|
FetchContent_Declare(imgui
|
||||||
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
||||||
GIT_TAG 6ccc561 # v1.90.6
|
GIT_TAG 00ad3c6 # v1.90.7
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
||||||
|
|
||||||
add_library(plugin_toxic_games SHARED
|
add_library(plugin_toxic_games MODULE
|
||||||
./plugin_toxic_games.cpp
|
./plugin_toxic_games.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(plugin_toxic_games PROPERTIES
|
set_target_properties(plugin_toxic_games PROPERTIES
|
||||||
C_VISIBILITY_PRESET hidden
|
C_VISIBILITY_PRESET hidden
|
||||||
POSITION_INDEPENDENT_CODE ON
|
|
||||||
)
|
)
|
||||||
target_compile_definitions(plugin_toxic_games PUBLIC ENTT_API_IMPORT)
|
target_compile_definitions(plugin_toxic_games PUBLIC ENTT_API_IMPORT)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user