X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cfe9172e73f17ebbd264ec37c138ebcf765bbeb0..06186a8866478b05d56179dc2c5a3c4b3fd3a8f4:/libs/srvconf/CMakeLists.txt diff --git a/libs/srvconf/CMakeLists.txt b/libs/srvconf/CMakeLists.txt deleted file mode 100644 index e3cc91bb..00000000 --- a/libs/srvconf/CMakeLists.txt +++ /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 )