diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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( |
