We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676db61 commit 676b86bCopy full SHA for 676b86b
modules/task_4/CMakeLists.txt
@@ -0,0 +1,7 @@
1
+message(STATUS "Task 4")
2
+
3
+SUBDIRLIST(subdirs ${CMAKE_CURRENT_SOURCE_DIR})
4
5
+foreach(subd ${subdirs})
6
+ add_subdirectory(${subd})
7
+endforeach()
0 commit comments