From 04665fa5c74b15d0bf6b97410d7c9f7bb51a3d8c Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Wed, 17 Jan 2024 15:53:59 -0500 Subject: [PATCH] imgui in public include --- CMakeLists.txt | 1 + libraries/BLT | 2 +- libraries/imgui | 2 +- libraries/openal-soft | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bc483d..b0a72c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ add_library(BLT_WITH_GRAPHICS ${PROJECT_BUILD_FILES} ${IMGUI_SOURCE_FILES}) target_link_libraries(BLT_WITH_GRAPHICS PUBLIC BLT) target_link_libraries(BLT_WITH_GRAPHICS PUBLIC freetype) target_include_directories(BLT_WITH_GRAPHICS PUBLIC include/) +target_include_directories(BLT_WITH_GRAPHICS PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/libraries/imgui/) if (${ENABLE_ADDRSAN} MATCHES ON) target_compile_options(BLT_WITH_GRAPHICS PRIVATE -fsanitize=address) diff --git a/libraries/BLT b/libraries/BLT index a4f0b1e..0fbe3bf 160000 --- a/libraries/BLT +++ b/libraries/BLT @@ -1 +1 @@ -Subproject commit a4f0b1e3d43efba95aa0f8ec0cbce8041ec818fe +Subproject commit 0fbe3bf2281aaa091173d7acd1cc017b3d60bf7b diff --git a/libraries/imgui b/libraries/imgui index 240ab58..6228c2e 160000 --- a/libraries/imgui +++ b/libraries/imgui @@ -1 +1 @@ -Subproject commit 240ab5890b2e8da294937a1710b021ac3f271472 +Subproject commit 6228c2e1ec7ef21ca1809579c055ed34540dedb0 diff --git a/libraries/openal-soft b/libraries/openal-soft index cfab142..2757bde 160000 --- a/libraries/openal-soft +++ b/libraries/openal-soft @@ -1 +1 @@ -Subproject commit cfab14287405a0d34f6a0fec1336f46415728fcf +Subproject commit 2757bdedfcc7488abdf371ae22cf425c99d480bf