aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c0aaec..0d7246c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ target_include_directories("adwaitamm" PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
)
-target_include_directories("adwaitamm" PUBLIC SYSTEM
+target_include_directories("adwaitamm" SYSTEM PUBLIC
"$<INSTALL_INTERFACE:include>"
)
@@ -67,3 +67,5 @@ install(TARGETS "adwaitamm"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)
+
+add_subdirectory("demo") \ No newline at end of file