aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-09-15 10:25:09 -0600
committerDavid Pinedo <david@lunarg.com>2015-09-15 10:25:09 -0600
commitffbf0e161bd8e236b64b8274c466724e125200e6 (patch)
treed2711dae14eaa1aae5c438fa102619912741e395
parent9f7f3666d6a94fe60b673d480d45e5e9a1013075 (diff)
downloadusermoji-ffbf0e161bd8e236b64b8274c466724e125200e6.tar.xz
vktrace: Put vktrace_layer.json and vktrace_layer.dll in the correct output dirs
-rw-r--r--layers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index 500f2dc1..15930a2b 100644
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -47,7 +47,7 @@ else()
if (NOT (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR))
foreach (config_file ${LAYER_JSON_FILES})
FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/windows/${config_file}.json src_json)
- FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIGURATION>/${config_file}.json dst_json)
+ FILE(TO_NATIVE_PATH ${CMAKE_CURRENT_BINARY_DIR}/${CONFIGURATION}/${config_file}.json dst_json)
add_custom_target(${config_file}-json ALL
COMMAND copy ${src_json} ${dst_json}
VERBATIM