Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /acts-fatras/cmake/ActsFatrasConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # CMake config for the ActsFatras package
0002 #
0003 # Only defines the ActsFatras CMake target and nothing else. All additional
0004 # information, e.g. include directories and dependencies, are defined as
0005 # target-specific properties and are automatically propagated when linking to
0006 # the target.
0007 
0008 # find the Acts package
0009 if(ActsFatras_FIND_REQUIRED)
0010   find_package(Acts REQUIRED COMPONENTS Core)
0011 else()
0012   find_package(Acts COMPONENTS Core)
0013 endif()
0014 
0015 @PACKAGE_INIT@
0016 
0017 include("${CMAKE_CURRENT_LIST_DIR}/ActsFatrasTargets.cmake")