OWL
OptiX7 Wrapper Library
owl/CMakeLists.txt File Reference

Functions

 set (CUDA_USE_STATIC_CUDA_RUNTIME ON) include_directories($
 
owl include include_directories (${CMAKE_CURRENT_SOURCE_DIR}) cuda_include_directories($
 
owl include cuda_include_directories (${CMAKE_CURRENT_SOURCE_DIR}) add_definitions($
 
 set (INTERFACE_POSITION_INDEPENDENT_CODE ON) set(CUDA_SEPARABLE_COMPILATION ON) set(CUDA_VERBOSE_BUILD ON) if(NOT WIN32) set(CUDA_NVCC_FLAGS --compiler-options -fPIC) endif() include_directories($
 
owl include set (OWL_SOURCES include/owl/owl.h cmake/configure_tbb.cmake cmake/configure_owl.cmake cmake/configure_optix.cmake cmake/configure_glfw.cmake cmake/FindOptiX.cmake APIContext.h APIContext.cpp APIHandle.h APIHandle.cpp impl.cpp Buffer.h Buffer.cpp Texture.h Texture.cpp Object.h Object.cpp Module.h Module.cpp RegisteredObject.h RegisteredObject.cpp DeviceContext.h DeviceContext.cpp ObjectRegistry.h ObjectRegistry.cpp Context.h Context.cpp SBTObject.h SBTObject.cpp RayGen.h RayGen.cpp LaunchParams.h LaunchParams.cpp MissProg.h MissProg.cpp Variable.h Variable.cpp Geometry.cpp Triangles.cu UserGeom.cu Group.cpp InstanceGroup.cpp TrianglesGeomGroup.cpp UserGeomGroup.cpp) cuda_add_library(owl_static $
 
STATIC cuda_add_library (owl ${OWL_SOURCES}) target_link_libraries(owl $
 

Function Documentation

◆ cuda_add_library()

STATIC cuda_add_library ( owl ${OWL_SOURCES}  )

◆ cuda_include_directories()

owl include cuda_include_directories (   ${CMAKE_CURRENT_SOURCE_DIR})

◆ include_directories()

include_directories (   ${CMAKE_CURRENT_SOURCE_DIR})

◆ set() [1/3]

set ( CUDA_USE_STATIC_CUDA_RUNTIME  ON)

◆ set() [2/3]

set ( INTERFACE_POSITION_INDEPENDENT_CODE  ON)

◆ set() [3/3]

owl include set ( OWL_SOURCES include/owl/owl.h cmake/configure_tbb.cmake cmake/configure_owl.cmake cmake/configure_optix.cmake cmake/configure_glfw.cmake cmake/FindOptiX.cmake APIContext.h APIContext.cpp APIHandle.h APIHandle.cpp impl.cpp Buffer.h Buffer.cpp Texture.h Texture.cpp Object.h Object.cpp Module.h Module.cpp RegisteredObject.h RegisteredObject.cpp DeviceContext.h DeviceContext.cpp ObjectRegistry.h ObjectRegistry.cpp Context.h Context.cpp SBTObject.h SBTObject.cpp RayGen.h RayGen.cpp LaunchParams.h LaunchParams.cpp MissProg.h MissProg.cpp Variable.h Variable.cpp Geometry.cpp Triangles.cu UserGeom.cu Group.cpp InstanceGroup.cpp TrianglesGeomGroup.cpp UserGeomGroup.  cpp)