aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-28 22:37:46 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-28 22:37:46 +0200
commit0a85bb794df73906da2905c72e305e556e717a79 (patch)
tree20053fd799492cd9ea71a01a36faf5b97c2d3db8 /CMakeLists.txt
parent1f7fb26ceaa5d05c4c62cc6d110d5344708ab468 (diff)
downloadlibadwaitamm-0a85bb794df73906da2905c72e305e556e717a79.tar.xz
libadwaitamm-0a85bb794df73906da2905c72e305e556e717a79.zip
demo: rename to hello-world example
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d7246c..19513e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,4 +68,4 @@ install(TARGETS "adwaitamm"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)
-add_subdirectory("demo") \ No newline at end of file
+add_subdirectory("examples/hello-world") \ No newline at end of file