]> git.stg.codes - stg.git/blob - libs/srvconf/CMakeLists.txt
Add missing file template.
[stg.git] / libs / srvconf / CMakeLists.txt
1 set ( CPP_FILES netunit.cpp servconf.cpp )
2 file ( GLOB PARSERS parsers/*.cpp )
3
4 add_library ( srvconf STATIC ${CPP_FILES} ${PARSERS} )
5
6 target_include_directories ( srvconf PUBLIC include )
7
8 target_link_libraries ( srvconf crypto common )