From f409e568ef60940d5dfb2c3479d43dd19882f780 Mon Sep 17 00:00:00 2001 From: "hunter@kvog.sh" Date: Sun, 15 Mar 2026 17:00:37 -0500 Subject: --- common/c_cpp/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/c_cpp/CMakeLists.txt') 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 @@ -36,6 +36,11 @@ if(NOT MINGW) target_link_options(common INTERFACE -fsanitize=address) endif() +# ----------------------------------------------------------------------------- +# Include helper files +# ----------------------------------------------------------------------------- +target_include_directories(common INTERFACE "${CMAKE_CURRENT_LIST_DIR}") + # ----------------------------------------------------------------------------- # Dependency: Dear ImGui # ----------------------------------------------------------------------------- -- cgit v1.2.3