Add Colour implementation
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# To simplify testing, the app is build in two passes,
|
||||
|
||||
# First most is build as a library
|
||||
add_library(rayonnement STATIC math_helper.cpp)
|
||||
add_library(rayonnement STATIC)
|
||||
|
||||
set(RAY_HEADERS include/tuples.h include/math_helper.h)
|
||||
set(RAY_SOURCES tuples.cpp)
|
||||
set(RAY_HEADERS include/tuples.h include/math_helper.h include/colour.h)
|
||||
set(RAY_SOURCES tuples.cpp math_helper.cpp colour.cpp)
|
||||
|
||||
target_include_directories(rayonnement PUBLIC include)
|
||||
target_sources(rayonnement PRIVATE ${RAY_HEADERS} ${RAY_SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user