]> git.stg.codes - stg.git/blobdiff - libs/srvconf/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / srvconf / CMakeLists.txt
diff --git a/libs/srvconf/CMakeLists.txt b/libs/srvconf/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e3cc91b
--- /dev/null
@@ -0,0 +1,8 @@
+set ( CPP_FILES netunit.cpp servconf.cpp )
+file ( GLOB PARSERS parsers/*.cpp )
+
+add_library ( srvconf STATIC ${CPP_FILES} ${PARSERS} )
+
+target_include_directories ( srvconf PUBLIC include )
+
+target_link_libraries ( srvconf crypto common )