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 --- demo/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 demo/CMakeLists.txt (limited to 'demo/CMakeLists.txt') diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt new file mode 100644 index 0000000..ce0f2d6 --- /dev/null +++ b/demo/CMakeLists.txt @@ -0,0 +1,7 @@ +add_executable("demo" + "src/main.cpp" +) + +target_link_libraries("demo" PRIVATE + "adwaitamm::adwaitamm" +) \ No newline at end of file -- cgit v1.2.3