chore: Set Lab1 default
This commit is contained in:
parent
2ddf32e172
commit
9416e80c42
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
|
|||
|
||||
# If you choose option 1 (so use your own cpp files in lab1/)
|
||||
# you should set this to ON
|
||||
option(USE_OWN_SRC_FILES_LAB1 "Use the cpp files in lab1/" OFF)
|
||||
option(USE_OWN_SRC_FILES_LAB1 "Use the cpp files in lab1/" ON)
|
||||
|
||||
# name the project/executable (also ${PROJECT_NAME})
|
||||
project(raytracing)
|
||||
|
|
Reference in a new issue