mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImGui: move core demo to 'demo' directory
Light cleanup.
This commit is contained in:
parent
c813667d61
commit
4c43f08248
7
src/thirdparty/imgui/CMakeLists.txt
vendored
7
src/thirdparty/imgui/CMakeLists.txt
vendored
@ -7,7 +7,6 @@ add_sources( SOURCE_GROUP "Core"
|
|||||||
"imconfig.h"
|
"imconfig.h"
|
||||||
"imgui.cpp"
|
"imgui.cpp"
|
||||||
"imgui.h"
|
"imgui.h"
|
||||||
"imgui_demo.cpp"
|
|
||||||
"imgui_draw.cpp"
|
"imgui_draw.cpp"
|
||||||
"imgui_internal.h"
|
"imgui_internal.h"
|
||||||
"imgui_tables.cpp"
|
"imgui_tables.cpp"
|
||||||
@ -41,8 +40,14 @@ add_sources( SOURCE_GROUP "Misc"
|
|||||||
"misc/cpp/imgui_stdlib.h"
|
"misc/cpp/imgui_stdlib.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_sources( SOURCE_GROUP "Demos"
|
||||||
|
"demos/imgui_demo.cpp"
|
||||||
|
)
|
||||||
|
|
||||||
end_sources()
|
end_sources()
|
||||||
thirdparty_suppress_warnings()
|
thirdparty_suppress_warnings()
|
||||||
|
|
||||||
target_compile_definitions( ${PROJECT_NAME} PRIVATE BUILDING_LIBIMGUI )
|
target_compile_definitions( ${PROJECT_NAME} PRIVATE BUILDING_LIBIMGUI )
|
||||||
|
|
||||||
|
target_include_directories( ${PROJECT_NAME} PRIVATE "${THIRDPARTY_SOURCE_DIR}/imgui/" )
|
||||||
target_include_directories( ${PROJECT_NAME} PRIVATE "${THIRDPARTY_SOURCE_DIR}/sdl/include/" )
|
target_include_directories( ${PROJECT_NAME} PRIVATE "${THIRDPARTY_SOURCE_DIR}/sdl/include/" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user