mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
added shader
This commit is contained in:
@@ -5,6 +5,8 @@ project ("cuda-raytracer" LANGUAGES CUDA CXX C)
|
||||
# get the shader files in the build directory
|
||||
file(COPY ${CMAKE_SOURCE_DIR}/src/gui/shaders DESTINATION .)
|
||||
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
|
||||
# source files
|
||||
file(GLOB_RECURSE SOURCE_FILES
|
||||
${CMAKE_SOURCE_DIR}/src/*.c
|
||||
|
||||
Reference in New Issue
Block a user