Skip to content

Commit 1a9cdc7

Browse files
committed
Show package NSC in examples solution
1 parent edfa177 commit 1a9cdc7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cmake/common.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,11 @@ namespace @IMPL_NAMESPACE@ {
16431643
endfunction()
16441644

16451645
GENERATE_KEYS("" 0 "")
1646-
endforeach()
1646+
endforeach()
1647+
1648+
if(NBL_NSC_MODE STREQUAL "PACKAGE" AND TARGET nsc)
1649+
add_dependencies(${IMPL_TARGET} nsc)
1650+
endif()
16471651

16481652
unset(KEYS)
16491653
get_target_property(SPIRVs ${IMPL_TARGET} NBL_SPIRV_OUTPUTS)

0 commit comments

Comments
 (0)