summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-08-04 21:52:52 +0800
committerKunoiSayami <[email protected]>2022-08-04 21:52:52 +0800
commit4d657d308ccc01701afefed6723d7610f0c5ce1b (patch)
treeac389794384704bc962fd4629b10b0886aa7046a /CMakeLists.txt
parent1d1829223c24094c6fb873c69308ba33ede5c732 (diff)
feat: Implement expt_0802
Signed-off-by: KunoiSayami <[email protected]>
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++)
+