Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp

This commit is contained in:
Jonathan 2023-05-21 22:26:13 -04:00
commit 4ed857715a
1 changed files with 2 additions and 0 deletions

View File

@ -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})