Warning, /acts/Tests/UnitTests/Plugins/Cuda/Seeding2/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_executable(
0002 ActsUnitTestSeedFinderCuda2
0003 main.cpp
0004 CommandLineArguments.hpp
0005 CommandLineArguments.cpp
0006 ReadSeedFile.hpp
0007 ReadSeedFile.cpp
0008 TestSpacePoint.hpp
0009 TestSpacePoint.cpp
0010 TestDeviceCuts.hpp
0011 TestDeviceCuts.cu
0012 TestHostCuts.hpp
0013 TestHostCuts.cpp
0014 )
0015 target_link_libraries(
0016 ActsUnitTestSeedFinderCuda2
0017 PRIVATE Boost::program_options ActsCore ActsPluginCuda2
0018 )
0019 set_target_properties(
0020 ActsUnitTestSeedFinderCuda2
0021 PROPERTIES CUDA_SEPARABLE_COMPILATION ON
0022 )