Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 35db18c

Browse files
author
Nikolai Tasev
committed
Update the paths to the Problem Sets
1 parent efe877c commit 35db18c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ if(CUDA_FOUND)
3939
# add debugging to CUDA NVCC flags. For NVidia's NSight tools.
4040
set(CUDA_NVCC_FLAGS_DEBUG ${CUDA_NVCC_FLAGS_DEBUG} "-G")
4141

42-
add_subdirectory (HW1)
43-
add_subdirectory (HW2)
44-
add_subdirectory (HW3)
45-
add_subdirectory (HW4)
46-
add_subdirectory (HW5)
47-
add_subdirectory (HW6)
42+
add_subdirectory ("Problem Sets/Problem Set 1")
43+
add_subdirectory ("Problem Sets/Problem Set 2")
44+
add_subdirectory ("Problem Sets/Problem Set 3")
45+
add_subdirectory ("Problem Sets/Problem Set 4")
46+
add_subdirectory ("Problem Sets/Problem Set 5")
47+
add_subdirectory ("Problem Sets/Problem Set 6")
4848
else(CUDA_FOUND)
4949
message("CUDA is not installed on this system.")
5050
endif()

0 commit comments

Comments
 (0)