File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ macro(nbl_create_ext_library_project EXT_NAME LIB_HEADERS LIB_SOURCES LIB_INCLUD
221
221
add_dependencies (${LIB_NAME} Nabla )
222
222
223
223
get_target_property (_NBL_NABLA_TARGET_BINARY_DIR_ Nabla BINARY_DIR )
224
+ get_target_property (_BUILTIN_RESOURCES_INCLUDE_SEARCH_DIRECTORY_ nblBuiltinResourceData BUILTIN_RESOURCES_INCLUDE_SEARCH_DIRECTORY )
224
225
225
226
target_include_directories (${LIB_NAME}
226
227
PUBLIC ${_NBL_NABLA_TARGET_BINARY_DIR_} /build/import
@@ -230,6 +231,7 @@ macro(nbl_create_ext_library_project EXT_NAME LIB_HEADERS LIB_SOURCES LIB_INCLUD
230
231
PUBLIC ${CMAKE_SOURCE_DIR} /include
231
232
PUBLIC ${CMAKE_SOURCE_DIR} /src
232
233
PUBLIC ${CMAKE_SOURCE_DIR} /source/Nabla
234
+ PUBLIC ${_BUILTIN_RESOURCES_INCLUDE_SEARCH_DIRECTORY_}
233
235
PRIVATE ${LIB_INCLUDES}
234
236
)
235
237
add_dependencies (${LIB_NAME} Nabla )
You can’t perform that action at this time.
0 commit comments