This commit is contained in:
Hugo Mårdbrink 2023-12-05 15:46:16 +01:00
parent 896bebbc97
commit a61af3799d
3 changed files with 257 additions and 1 deletions

View file

@ -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)
set(executables d1 d2 d3)
foreach(executable ${executables})
add_executable(${executable} "${executable}/main.cxx")