diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fb4891..02efadf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,12 +87,8 @@ set_target_properties(normal_distribution_expt3 PROPERTIES LINKER_LANGUAGE CXX) add_executable(normal_distribution_expt0702 expt_0702.cpp) set_target_properties(normal_distribution_expt0702 PROPERTIES LINKER_LANGUAGE CXX) -add_executable(work work.cu) -target_link_libraries(work m stdc++) - -set_target_properties(work PROPERTIES - CUDA_SEPARABLE_COMPILATION ON) -set_target_properties(work PROPERTIES CUDA_ARCHITECTURES "75") +add_executable(work_0719 work_0719.cu) +set_cuda_target_base(work_0719) add_executable(expt_0722 expt_0722.cpp) set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) @@ -177,5 +173,6 @@ set_cuda_target_base(expt_0528) add_executable(expt_0529 expt_0529.cu read_helper.h) set_cuda_target_base(expt_0529) - +add_executable(expt_0604 expt_0604.cu read_helper.h) +set_cuda_target_base(expt_0604) |
