mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
update CMakeList
This commit is contained in:
parent
f17bf228aa
commit
5db5801cec
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ project(raytracer)
|
|||
# in the src folder; Without this file the code base will not compile therefore in your
|
||||
# code this define is disabled
|
||||
# Also do not forget to create the src folder under code
|
||||
#add_compile_options(-DSTUDENT_SOLUTION)
|
||||
add_compile_options(-DSTUDENT_SOLUTION)
|
||||
|
||||
|
||||
# 2
|
||||
|
@ -21,7 +21,7 @@ project(raytracer)
|
|||
|
||||
# When testing large scenes the debug mode will be very slow
|
||||
# so switch to release
|
||||
#set(CMAKE_BUILD_TYPE Debug)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
#set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue