+ find_package ( EXPAT REQUIRED )
+ file ( GLOB PARSERS srvconf/parsers/*.cpp )
+ add_library ( srvconf STATIC srvconf/servconf.cpp srvconf/netunit.cpp ${PARSERS} )
+ target_include_directories ( srvconf PUBLIC srvconf/include )
+ target_link_libraries ( srvconf crypto common EXPAT::EXPAT )