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

repair the CMake setup

parent df280377
No related branches found
No related tags found
No related merge requests found
Pipeline #1228877 passed
......@@ -7,7 +7,7 @@ file( GLOB HEADERS TFPersistification/*.h )
# Set up the library.
add_library( TFPersistification SHARED ${HEADERS} ${SOURCES} )
target_link_libraries( TFPersistification PUBLIC
GeoModelKernel::GeoGenericFunctions GeoModelCore::GeoModelKernel )
GeoModelCore::GeoGenericFunctions GeoModelCore::GeoModelKernel )
target_include_directories( TFPersistification PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include> )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment