aboutsummaryrefslogtreecommitdiff
path: root/libcmix/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix/CMakeLists.txt')
-rw-r--r--libcmix/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcmix/CMakeLists.txt b/libcmix/CMakeLists.txt
new file mode 100644
index 0000000..5d87a56
--- /dev/null
+++ b/libcmix/CMakeLists.txt
@@ -0,0 +1,8 @@
+
+add_library(cmix
+ cmix.h cmix.c
+)
+
+target_include_directories(cmix
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
+) \ No newline at end of file