summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3bd9244..62d52de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,3 +93,8 @@ set_target_properties(expt_0729 PROPERTIES
set_target_properties(expt_0729 PROPERTIES CUDA_ARCHITECTURES "75")
set_target_properties(expt_0726 PROPERTIES LINKER_LANGUAGE CUDA)
+
+add_executable(expt_0802 expt_0802.cpp)
+#set_target_properties(expt_0729 PROPERTIES LINKER_LANGUAGE CXX)
+target_link_libraries(expt_0802 m stdc++)
+