Skip to content

Commit

Permalink
fix: link k4FWCore target for includes; install headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jan 8, 2024
1 parent 637bc17 commit 27bff3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions k4ActsTracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ See the License for the specific language governing permissions and
limitations under the License.
]]

gaudi_add_header_only_library(k4ActsTracking)

gaudi_add_header_only_library(k4ActsTracking
LINK
k4FWCore::k4FWCore
)
install(TARGETS k4ActsTracking
EXPORT k4ActsTrackingTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev
)
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)

file(GLOB _plugin_sources src/components/*.cpp)
gaudi_add_module(k4ActsTrackingPlugins
Expand Down

0 comments on commit 27bff3d

Please sign in to comment.