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