aboutsummaryrefslogtreecommitdiff
path: root/examples/client/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/CMakeLists.txt')
-rw-r--r--examples/client/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/client/CMakeLists.txt b/examples/client/CMakeLists.txt
new file mode 100644
index 0000000..6362dde
--- /dev/null
+++ b/examples/client/CMakeLists.txt
@@ -0,0 +1,11 @@
+include_directories(
+ ${SYST_INCLUDE_DIRS}
+)
+
+add_executable(systclient systclient.c othersource.c)
+target_link_libraries(systclient ${SYST_LIBRARIES})
+
+install(TARGETS systclient
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION bin
+) \ No newline at end of file