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