From 820e76108bc85051d64431495d70f27379756cc8 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 12 Sep 2019 18:05:01 +0200 Subject: Added liveapi support, and the maar tool (mark all as read) --- maar/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 maar/CMakeLists.txt (limited to 'maar/CMakeLists.txt') diff --git a/maar/CMakeLists.txt b/maar/CMakeLists.txt new file mode 100644 index 0000000..1062ba1 --- /dev/null +++ b/maar/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB_RECURSE SOURCES *.c) + +ADD_EXECUTABLE(rocket_maar ${SOURCES}) +target_link_libraries(rocket_maar common liveapi restapi) + +install(TARGETS rocket_maar DESTINATION bin) -- cgit v1.2.3