]> git.stg.codes - stg.git/blobdiff - libs/dotconfpp/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / dotconfpp / CMakeLists.txt
diff --git a/libs/dotconfpp/CMakeLists.txt b/libs/dotconfpp/CMakeLists.txt
new file mode 100644 (file)
index 0000000..eec079e
--- /dev/null
@@ -0,0 +1,5 @@
+set ( CPP_FILES dotconfpp.cpp mempool.cpp )
+
+add_library ( dotconfpp STATIC ${CPP_FILES} )
+
+target_include_directories ( dotconfpp PUBLIC include )