move imgui helper files
This commit is contained in:
@@ -39,10 +39,12 @@ add_custom_command(
|
||||
|
||||
file(GLOB_RECURSE sources_game game/*.cpp game/*.h gen/Generated.cpp gen/Generated.h gen/Def.h gen/Def.cpp)
|
||||
file(GLOB source_singleheader dependency/tinygltf/stb_image.h dependency/tinygltf/stb_image_write.h dependency/tinygltf/json.hpp dependency/tinygltf/tiny_gltf.h)
|
||||
add_library(PuzGame SHARED ${sources_game} ${source_singleheader} ${imgui_sources} ${imgui_backend_sdl})
|
||||
file(GLOB sources_imgui_helper dependency/imgui-bgfx/imgui-helper.h dependency/imgui-bgfx/imgui-helper.cpp)
|
||||
add_library(PuzGame SHARED ${sources_game} ${source_singleheader} ${imgui_sources} ${imgui_backend_sdl} ${sources_imgui_helper})
|
||||
set_property(TARGET PuzGame PROPERTY CXX_STANDARD 17)
|
||||
target_include_directories(PuzGame PUBLIC dependency/imgui)
|
||||
target_include_directories(PuzGame PUBLIC dependency/tracy/public/)
|
||||
target_include_directories(PuzGame PUBLIC dependency/tracy/public)
|
||||
target_include_directories(PuzGame PUBLIC dependency/imgui-bgfx)
|
||||
|
||||
# Profiling
|
||||
option(TRACY_ENABLE "" OFF)
|
||||
|
||||
Reference in New Issue
Block a user