|
@@ -60,6 +60,12 @@ ENDIF(MSVC)
|
|
|
|
|
|
option(ENABLE_TUTORIALS " " OFF)
|
|
option(ENABLE_TUTORIALS " " OFF)
|
|
|
|
|
|
|
|
+IF(EMBREE_FOUND)
|
|
|
|
+ add_subdirectory("../external/embree/" "embree")
|
|
|
|
+ include_directories("../external/embree/include")
|
|
|
|
+ list(APPEND SHARED_LIBRARIES "embree")
|
|
|
|
+ENDIF(EMBREE_FOUND)
|
|
|
|
+
|
|
# endif(True)
|
|
# endif(True)
|
|
|
|
|
|
# if(True)
|
|
# if(True)
|