Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /acts/Tests/UnitTests/Plugins/Cuda/Seeding2/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_executable(ActsUnitTestSeedFinderCuda2
0003   main.cpp
0004   CommandLineArguments.hpp CommandLineArguments.cpp
0005   ReadSeedFile.hpp ReadSeedFile.cpp
0006   TestSpacePoint.hpp TestSpacePoint.cpp
0007   TestDeviceCuts.hpp TestDeviceCuts.cu
0008   TestHostCuts.hpp TestHostCuts.cpp)
0009 target_link_libraries(ActsUnitTestSeedFinderCuda2
0010   PRIVATE Boost::program_options ActsCore ActsPluginCuda2)
0011 set_target_properties(ActsUnitTestSeedFinderCuda2
0012   PROPERTIES CUDA_SEPARABLE_COMPILATION ON)