[FEAT] Use CPM and catch2 has library

This commit is contained in:
NADAL Jean-Baptiste
2024-03-18 12:44:42 +01:00
parent 544200ae14
commit b2ba503d24
22 changed files with 113 additions and 18000 deletions

View File

@@ -5,6 +5,8 @@ project(raytracing_challenge
DESCRIPTION "Raytracing Challenge in C++"
)
include(cmake/CPM.cmake)
find_package(OpenMP)
add_subdirectory(raytracing)