aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-09-15 10:58:27 -0600
committerDavid Pinedo <david@lunarg.com>2015-09-15 10:58:27 -0600
commit391971d3981563d0e700cb8ff5ace89c92f5c183 (patch)
treec54371b99ad011d0837851617226fbbcb909f9c8 /layers
parentffbf0e161bd8e236b64b8274c466724e125200e6 (diff)
downloadusermoji-391971d3981563d0e700cb8ff5ace89c92f5c183.tar.xz
vktrace: Really put vktrace_layer.json and vktrace_layer.dll in the correct output dirs
This time for sure!
Diffstat (limited to 'layers')
-rw-r--r--layers/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index 15930a2b..500f2dc1 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