From 1f7fb26ceaa5d05c4c62cc6d110d5344708ab468 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 28 Apr 2025 15:46:25 +0200 Subject: demo: add simple demo application --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 "$" ) -target_include_directories("adwaitamm" PUBLIC SYSTEM +target_include_directories("adwaitamm" SYSTEM PUBLIC "$" ) @@ -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 -- cgit v1.2.3