]> git.stg.codes - stg.git/blobdiff - libs/smux/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / smux / CMakeLists.txt
diff --git a/libs/smux/CMakeLists.txt b/libs/smux/CMakeLists.txt
new file mode 100644 (file)
index 0000000..81fe22f
--- /dev/null
@@ -0,0 +1,5 @@
+file ( GLOB C_FILES *.c )
+
+add_library ( smux STATIC ${C_FILES} )
+
+target_include_directories ( smux PUBLIC include include/stg )