Day 4
This commit is contained in:
parent
a61af3799d
commit
e400e1a563
4 changed files with 291 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
|||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
|
||||
endif()
|
||||
|
||||
set(executables d1 d2 d3)
|
||||
set(executables d1 d2 d3 d4)
|
||||
|
||||
foreach(executable ${executables})
|
||||
add_executable(${executable} "${executable}/main.cxx")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue