chore: Set Lab1 default

This commit is contained in:
Tibo De Peuter 2024-10-11 14:14:18 +02:00
parent 2ddf32e172
commit 9416e80c42
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -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)