From 00ab2cf6add2976b3a4e8f8cc488777ad5c27808 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 26 Aug 2016 11:21:41 +0200 Subject: Initial commit, just some ideas and testing. --- scratchpad/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scratchpad/CMakeLists.txt (limited to 'scratchpad/CMakeLists.txt') diff --git a/scratchpad/CMakeLists.txt b/scratchpad/CMakeLists.txt new file mode 100644 index 0000000..1109ca6 --- /dev/null +++ b/scratchpad/CMakeLists.txt @@ -0,0 +1,9 @@ + +add_executable(scratchpad + scratchpad.c +) + +target_link_libraries(scratchpad + PRIVATE cmix + PRIVATE cmix-crypto +) \ No newline at end of file -- cgit v1.2.3-70-g09d2