From 0a85bb794df73906da2905c72e305e556e717a79 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 28 Apr 2025 22:37:46 +0200 Subject: demo: rename to hello-world example --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3