From 37c97e345d12f95dde44e1d1a4c2f2aadd4615bc Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 25 Aug 2022 14:54:53 -0500 Subject: add initial structure --- examples/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/CMakeLists.txt (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..49dd924 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,5 @@ +project(mossrose) + +add_executable(example ${CMAKE_CURRENT_LIST_DIR}/example.c) +target_link_libraries(example mossrose) +add_dependencies(examples example) -- cgit v1.2.1