Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp
This commit is contained in:
commit
4ed857715a
|
|
@ -12,6 +12,8 @@ add_executable(lightpreview
|
|||
glview.cpp
|
||||
glview.h)
|
||||
|
||||
set_target_properties(lightpreview PROPERTIES WIN32_EXECUTABLE YES)
|
||||
|
||||
find_package(embree 3.0 REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${EMBREE_INCLUDE_DIRS})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue