Day 1
This commit is contained in:
parent
4ea258eb1f
commit
69c7a97d6e
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@ set(CMAKE_CXX_STANDARD 23)
|
|||
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/build)
|
||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
|
||||
endif()
|
||||
|
||||
>>>>>>> ca595e1 (Day 1)
|
||||
set(executables d1)
|
||||
|
||||
foreach(executable ${executables})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue