Skip to content

Commit 676b86b

Browse files
author
Alexander Nesterov
committed
Added task 4
1 parent 676db61 commit 676b86b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/task_4/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)