Skip to content

Commit 48326de

Browse files
jhericorpavlik
authored andcommitted
Fix incorrect filenames in the generated API layer JSON
1 parent 28d1607 commit 48326de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api_layers/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/api_layer_platform_defines.h ${CMAKE_
3434
gen_xr_layer_json(
3535
${CMAKE_CURRENT_BINARY_DIR}/XrApiLayer_api_dump.json
3636
LUNARG_api_dump
37-
$<TARGET_LINKER_FILE_NAME:XrApiLayer_api_dump>
37+
$<TARGET_FILE_NAME:XrApiLayer_api_dump>
3838
1
3939
"API Layer to record api calls as they occur"
4040
""
@@ -99,7 +99,7 @@ endif()
9999
gen_xr_layer_json(
100100
${CMAKE_CURRENT_BINARY_DIR}/XrApiLayer_core_validation.json
101101
LUNARG_core_validation
102-
$<TARGET_LINKER_FILE_NAME:XrApiLayer_core_validation>
102+
$<TARGET_FILE_NAME:XrApiLayer_core_validation>
103103
1
104104
"API Layer to perform validation of api calls and parameters as they occur"
105105
""

0 commit comments

Comments
 (0)