]> git.stg.codes - stg.git/blobdiff - libs/srvconf/CMakeLists.txt
Restructure libs.
[stg.git] / libs / srvconf / CMakeLists.txt
diff --git a/libs/srvconf/CMakeLists.txt b/libs/srvconf/CMakeLists.txt
deleted file mode 100644 (file)
index e3cc91b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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 )