diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 883dbc4..118786c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,7 +222,7 @@ set_target_properties(expt_0517 PROPERTIES set_target_properties(expt_0517 PROPERTIES CUDA_ARCHITECTURES "75") set_target_properties(expt_0517 PROPERTIES LINKER_LANGUAGE CUDA) -add_executable(expt_0520 expt_0520.cu skiplistcustom.cuh) +add_executable(expt_0520 expt_0520.cu skiplistcustom.cuh read_helper.h) target_link_libraries(expt_0520 m stdc++) set_target_properties(expt_0520 PROPERTIES |
