[FEAT] Update CMake project.
This commit is contained in:
11
apps/CMakeLists.txt
Normal file
11
apps/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
project(main)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(raytracer main.cpp)
|
||||
# We need hello.h and the hello library
|
||||
target_link_libraries(raytracer
|
||||
PRIVATE raytracing)
|
||||
Reference in New Issue
Block a user