File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
layer_gpu_timeline/source Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ target_link_libraries(
6565if (CMAKE_BUILD_TYPE STREQUAL "Release")
6666 add_custom_command(
6767 TARGET "${VK_LAYER}" POST_BUILD
68- DEPENDS "${VK_LAYER}"
6968 COMMAND ${CMAKE_STRIP}
7069 ARGS --strip-all -o ${VK_LAYER_STRIP} $<TARGET_FILE:${VK_LAYER}>
7170 COMMENT "Stripped lib${VK_LAYER}.so to ${VK_LAYER_STRIP}")
Original file line number Diff line number Diff line change @@ -66,10 +66,9 @@ target_link_libraries(
6666if (CMAKE_BUILD_TYPE STREQUAL "Release" )
6767 add_custom_command (
6868 TARGET "${VK_LAYER} " POST_BUILD
69- DEPENDS "${VK_LAYER} "
7069 COMMAND ${CMAKE_STRIP}
7170 ARGS --strip-all -o ${VK_LAYER_STRIP} $<TARGET_FILE:${VK_LAYER} >
7271 COMMENT "Stripped lib${VK_LAYER} .so to ${VK_LAYER_STRIP} " )
7372endif ()
7473
75- add_clang_tools()
74+ add_clang_tools()
Original file line number Diff line number Diff line change @@ -74,10 +74,9 @@ target_link_libraries(
7474if (CMAKE_BUILD_TYPE STREQUAL "Release" )
7575 add_custom_command (
7676 TARGET "${VK_LAYER} " POST_BUILD
77- DEPENDS "${VK_LAYER} "
7877 COMMAND ${CMAKE_STRIP}
7978 ARGS --strip-all -o ${VK_LAYER_STRIP} $<TARGET_FILE:${VK_LAYER} >
8079 COMMENT "Stripped lib${VK_LAYER} .so to ${VK_LAYER_STRIP} " )
8180endif ()
8281
83- add_clang_tools()
82+ add_clang_tools()
Original file line number Diff line number Diff line change @@ -81,10 +81,9 @@ target_link_libraries(
8181if (CMAKE_BUILD_TYPE STREQUAL "Release" )
8282 add_custom_command (
8383 TARGET "${VK_LAYER} " POST_BUILD
84- DEPENDS "${VK_LAYER} "
8584 COMMAND ${CMAKE_STRIP}
8685 ARGS --strip-all -o ${VK_LAYER_STRIP} $<TARGET_FILE:${VK_LAYER} >
8786 COMMENT "Stripped lib${VK_LAYER} .so to ${VK_LAYER_STRIP} " )
8887endif ()
8988
90- add_clang_tools()
89+ add_clang_tools()
You can’t perform that action at this time.
0 commit comments