summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdca176..ac6bf41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,4 +139,7 @@ target_link_libraries(expt_0830 m stdc++)
set_target_properties(expt_0830 PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
set_target_properties(expt_0830 PROPERTIES CUDA_ARCHITECTURES "75")
-set_target_properties(expt_0830 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file
+set_target_properties(expt_0830 PROPERTIES LINKER_LANGUAGE CUDA)
+
+add_executable(normal_skiplist normal_skiplist.cpp)
+target_link_libraries(normal_skiplist m stdc++) \ No newline at end of file