summaryrefslogtreecommitdiff
path: root/common/c_cpp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/c_cpp/CMakeLists.txt')
-rw-r--r--common/c_cpp/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/c_cpp/CMakeLists.txt b/common/c_cpp/CMakeLists.txt
index d629db3..a6f09eb 100644
--- a/common/c_cpp/CMakeLists.txt
+++ b/common/c_cpp/CMakeLists.txt
@@ -37,6 +37,11 @@ if(NOT MINGW)
endif()
# -----------------------------------------------------------------------------
+# Include helper files
+# -----------------------------------------------------------------------------
+target_include_directories(common INTERFACE "${CMAKE_CURRENT_LIST_DIR}")
+
+# -----------------------------------------------------------------------------
# Dependency: Dear ImGui
# -----------------------------------------------------------------------------
if(DEMO_NEEDS_DEAR_IMGUI)