Assignment2 added.

This commit is contained in:
hal8174 2024-05-14 11:47:15 +02:00
parent 025341336d
commit 1948277dbd
19 changed files with 111151 additions and 11 deletions

View file

@ -101,8 +101,10 @@ OPTION(EMBREE_TUTORIALS "Enable to build Embree tutorials" ON)
# Embree configuration
##############################################################
SET(EMBREE_STATIC_LIB ON CACHE BOOL "Build Embree as a static library." FORCE)
MARK_AS_ADVANCED(EMBREE_STATIC_LIB)
IF (EMBREE_STATIC_LIB)
SET(EMBREE_LIB_TYPE STATIC)
ADD_DEFINITIONS(-DEMBREE_STATIC_LIB)