From 21e55ae8a1b3ddd4dff6c24a57bdc7d7272fff16 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sun, 5 Apr 2026 18:30:25 +1000 Subject: Add boilerplate for separate implementations --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f44ba5d..f4db493 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,10 @@ target_link_libraries(${LIBRARY_NAME} ${Vulkan_LIBRARIES} ) +target_include_directories(${LIBRARY_NAME} PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/src +) + include(GNUInstallDirs) # Prefix an absolute directory to our layer's json so the loader knows where the shared library is. configure_file( -- cgit v1.2.3