DHART
Loading...
Searching...
No Matches
Cpp/raytracer/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.8) set(ROBIN_HOOD_DIR $
 
external robin_hood include (FetchContent) add_library(EmbreeRayTracer) target_sources(EmbreeRayTracer PRIVATE src/embree_raytracer.cpp src/RayRequest.cpp src/embree_raytracer.h src/RayRequest.h src/nanort.h src/ray_data.h src/nanort_raytracer.cpp src/MultiRT.h src/MultiRT.cpp src/HitStruct.cpp src/HitStruct.h) if(WIN32) set(Embree_DIR $
 
external Embree message ([STATUS] "Setting embree dir to " ${Embree_DIR}) endif() find_package(Embree 3.0 REQUIRED)() target_include_directories(EmbreeRayTracer PUBLIC $
 

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3.  8)

Definition at line 1 of file CMakeLists.txt.

◆ include()

external robin_hood include ( FetchContent  )

Definition at line 4 of file CMakeLists.txt.

◆ message()

external Embree message ( [STATUS] "Setting embree dir to " ${Embree_DIR}  )

Definition at line 26 of file CMakeLists.txt.