|
| 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 $ |
|