You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly turn off PCH for builtin resources (could inherit a setup causing it to generate another 500 MB .pch), do not link Nabla nor add it as dependency to builtin resources if not internal (old code bug causing extra dependency chain, they only need single Nabla headers to build)
if(NBL_STATIC_BUILD AND _LIB_TYPE_ STREQUAL SHARED)
169
173
message(FATAL_ERROR "Nabla must be built as dynamic library in order to combine this tool with SHARED setup!")
170
174
endif()
171
-
172
-
if(NOT _NBL_INTERNAL_BR_CREATION_)
173
-
target_link_libraries(${_TARGET_NAME_} Nabla) # be aware Nabla must be linked to the BRs
174
-
endif()
175
175
endif()
176
176
177
177
if(NOTDEFINED _NABLA_INCLUDE_DIRECTORIES_) # TODO, validate by populating generator expressions if any and checking whether a path to the BuildConfigOptions.h exists per config
0 commit comments