File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -524,13 +524,13 @@ if(_NBL_ENABLE_DXC_COMPILE_TESTS_)
524
524
add_dependencies (Nabla HLSL_NABLA_COMPILE_TEST )
525
525
endif ()
526
526
527
- add_custom_command (OUTPUT "${DXC_LIB} " "${DXC_DLL} "
528
- COMMAND "${CMAKE_COMMAND} " --build "${DXC_BUILD_DIR} " --target dxcompiler --config $< IF:$< CONFIG:Debug> ,Debug,Release> -v -j${_NBL_JOBS_AMOUNT_} --clean-first
527
+ add_custom_target (dxcompiler
528
+ COMMAND "${CMAKE_COMMAND} " --build "${DXC_BUILD_DIR} " --target dxcompiler --config $< IF:$< CONFIG:Debug> ,Debug,Release> -j${_NBL_JOBS_AMOUNT_}
529
+ BYPRODUCTS "${DXC_LIB} " "${DXC_DLL} "
529
530
VERBATIM
530
531
COMMAND_EXPAND_LISTS
531
532
)
532
533
533
- add_custom_target (dxcompiler DEPENDS "${DXC_LIB} " "${DXC_DLL} " )
534
534
add_dependencies (Nabla dxcompiler )
535
535
add_dependencies (3rdparty dxcompiler )
536
536
You can’t perform that action at this time.
0 commit comments