made script to copy imgui files to src

This commit is contained in:
2026-05-11 08:07:36 -04:00
parent a5856e3816
commit 5d78fd672e
21 changed files with 78630 additions and 35 deletions

View File

@@ -23,8 +23,8 @@ add_subdirectory(_ThirdParty/entt)
add_subdirectory(_ThirdParty/fmt)
include_directories(_ThirdParty/imgui/lib)
file(GLOB_RECURSE IMGUI_SOURCES _ThirdParty/imgui/lib/*.cpp)
include_directories(src/imgui)
file(GLOB_RECURSE IMGUI_SOURCES src/imgui/*.cpp)
file(GLOB_RECURSE SOURCES ${CMAKE_SOURCE_DIR}/src/*.cpp)
file(GLOB_RECURSE HEADERS ${CMAKE_SOURCE_DIR}/src/*.h)