X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/srvconf/CMakeLists.txt diff --git a/libs/srvconf/CMakeLists.txt b/libs/srvconf/CMakeLists.txt new file mode 100644 index 00000000..e3cc91bb --- /dev/null +++ b/libs/srvconf/CMakeLists.txt @@ -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 )