We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d1607 commit 48326deCopy full SHA for 48326de
1 file changed
src/api_layers/CMakeLists.txt
@@ -34,7 +34,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/api_layer_platform_defines.h ${CMAKE_
34
gen_xr_layer_json(
35
${CMAKE_CURRENT_BINARY_DIR}/XrApiLayer_api_dump.json
36
LUNARG_api_dump
37
- $<TARGET_LINKER_FILE_NAME:XrApiLayer_api_dump>
+ $<TARGET_FILE_NAME:XrApiLayer_api_dump>
38
1
39
"API Layer to record api calls as they occur"
40
""
@@ -99,7 +99,7 @@ endif()
99
100
${CMAKE_CURRENT_BINARY_DIR}/XrApiLayer_core_validation.json
101
LUNARG_core_validation
102
- $<TARGET_LINKER_FILE_NAME:XrApiLayer_core_validation>
+ $<TARGET_FILE_NAME:XrApiLayer_core_validation>
103
104
"API Layer to perform validation of api calls and parameters as they occur"
105
0 commit comments