File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11set (NBL_INCLUDE_SERACH_DIRECTORIES
22 "${CMAKE_CURRENT_SOURCE_DIR} /include"
33)
4+ set (NBL_LIBRARIES)
5+
6+ if (NBL_BUILD_MITSUBA_LOADER)
7+ list (APPEND NBL_INCLUDE_SERACH_DIRECTORIES
8+ "${NBL_EXT_MITSUBA_LOADER_INCLUDE_DIRS} "
9+ )
10+ list (APPEND NBL_LIBRARIES
11+ "${NBL_EXT_MITSUBA_LOADER_LIB} "
12+ )
13+ endif ()
414
515 # TODO; Arek I removed `NBL_EXECUTABLE_PROJECT_CREATION_PCH_TARGET` from the last parameter here, doesn't this macro have 4 arguments anyway !?
6- nbl_create_executable_project("" "" "${NBL_INCLUDE_SERACH_DIRECTORIES} " "" " " )
16+ nbl_create_executable_project("" "" "${NBL_INCLUDE_SERACH_DIRECTORIES} " "${NBL_LIBRARIES} " )
717# TODO: Arek temporarily disabled cause I haven't figured out how to make this target yet
818# LINK_BUILTIN_RESOURCES_TO_TARGET(${EXECUTABLE_NAME} nblExamplesGeometrySpirvBRD)
You can’t perform that action at this time.
0 commit comments