|
| find_package (Boost REQUIRED) find_package(libiconv) find_package(libxml2 REQUIRED) find_package(libxslt REQUIRED) find_package(zlib) set(HDRS Attribute.h Document.h DomParser.h Exception.h Node.h NodeSet.h Namespace.h Object.h Path.h Schema.h Stylesheet.h) if(NOT CMAKE_VERSION VERSION_LESS 3.0) add_library(xml INTERFACE) add_custom_target(xml_sources SOURCES $ |
|
| else () add_library(xml STATIC $ |
|
dummy cpp | endif () if(NOT CMAKE_VERSION VERSION_LESS 3.8) target_compile_features(xml INTERFACE cxx_std_11) endif() target_include_directories(xml INTERFACE $< BUILD_INTERFACE |
|