Skip to content
Snippets Groups Projects
Commit 626bafc6 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Merge branch 'bringing-geomodelxml-into-geomodel' into master

parents 2d5f5ef5 da38c357
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ add_library( GeoModelXml SHARED ${HEADERS} ${SOURCES} ) ...@@ -14,7 +14,7 @@ add_library( GeoModelXml SHARED ${HEADERS} ${SOURCES} )
# Add custom definitions # Add custom definitions
target_compile_definitions( GeoModelXml PUBLIC -DSTANDALONE_GMX ) target_compile_definitions( GeoModelXml PUBLIC -DSTANDALONE_GMX )
# link libraries # link libraries
target_link_libraries( GeoModelXml PUBLIC GeoModelCore::GeoModelKernel GeoModelTools::ExpressionEvaluator XercesC::XercesC ZLIB::ZLIB ) target_link_libraries( GeoModelXml PUBLIC GeoModelCore::GeoModelKernel GeoModelTools::ExpressionEvaluator XercesC::XercesC PRIVATE ZLIB::ZLIB )
target_include_directories( GeoModelXml PUBLIC target_include_directories( GeoModelXml PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include> ) $<INSTALL_INTERFACE:include> )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment