Skip to content

Commit

Permalink
[cmake] add missing config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Nov 26, 2020
1 parent 72e0325 commit 2a76596
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmake/k4SimGeant4Config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

include(CMakeFindDependencyMacro)
find_dependency(Geant4 REQUIRED)
find_dependency(k4FWCore REQUIRED)

# - Include the targets file to create the imported targets that a client can
# link to (libraries) or execute (programs)
include("${CMAKE_CURRENT_LIST_DIR}/k4SimGeant4Targets.cmake")

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(k4Gen DEFAULT_MSG CMAKE_CURRENT_LIST_FILE)

0 comments on commit 2a76596

Please sign in to comment.