Skip to content
Snippets Groups Projects
Commit ddd4ac1d authored by Moritz Kiehn's avatar Moritz Kiehn
Browse files

cmake: rename ActsIdentificationPlugin for consistency

parent 5da111ba
No related branches found
No related tags found
1 merge request!685Biannual CMake cleanup
add_library(IdentificationPlugin INTERFACE)
add_library(ActsIdentificationPlugin INTERFACE)
target_include_directories(
IdentificationPlugin
ActsIdentificationPlugin
INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
target_link_libraries(IdentificationPlugin INTERFACE ActsCore)
target_link_libraries(ActsIdentificationPlugin INTERFACE ActsCore)
install(
TARGETS IdentificationPlugin
TARGETS ActsIdentificationPlugin
EXPORT ActsIdentificationPluginTargets
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(
......
......@@ -6,7 +6,7 @@ target_include_directories(
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
target_link_libraries(
ActsTGeoPlugin PUBLIC ActsCore IdentificationPlugin ROOT::Geom)
ActsTGeoPlugin PUBLIC ActsCore ActsIdentificationPlugin ROOT::Geom)
install(
TARGETS ActsTGeoPlugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment