aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Bzdek <joey@lunarg.com>2017-12-28 13:53:49 -0700
committerjoey-lunarg <joey@lunarg.com>2017-12-28 14:55:20 -0700
commitb4dcc3e6cab15c5ca1f922b5d9136801393f3d28 (patch)
treef04324d5b4ab33a37986f4fd8664a6e792ec1f2d
parent222bc2d907e81daa3c1d762e38c1ad3d691eef1a (diff)
downloadusermoji-b4dcc3e6cab15c5ca1f922b5d9136801393f3d28.tar.xz
layers: Change target name for devsim json
Fixes duplicate targets in layers / layersvt for VulkanTools Change-Id: Ieb2577454743ac085153b04b2cbb3fcb25918578
-rw-r--r--layers/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index bf800e89..218df5cb 100644
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -86,7 +86,7 @@ else()
)
endforeach(config_file)
foreach (config_file ${LAYER_BINARY_JSON_FILES})
- add_custom_target(${config_file}-json ALL
+ add_custom_target(${config_file}-bin-json ALL
COMMAND ln -sf ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json
VERBATIM
)
@@ -115,7 +115,7 @@ if ((Win32) OR (NOT (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR)
endforeach(config_file)
if(UNIX)
foreach (config_file ${LAYER_BINARY_JSON_FILES})
- add_dependencies(${config_file}-json VkLayer_utils)
+ add_dependencies(${config_file}-bin-json VkLayer_utils)
endforeach(config_file)
foreach (config_file ${LAYER_BINARY_FILES})
add_dependencies(${config_file}-so VkLayer_utils)