1 2 3 4 5
add_library(cru_xml SHARED XmlNode.cpp XmlParser.cpp ) target_link_libraries(cru_xml PUBLIC cru_base)