Skip to content

Commit

Permalink
Fix winmd output name
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Dec 30, 2024
1 parent b4f2932 commit 57e9271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InteropTests/WinRTComponent/WinMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ add_custom_command(
/metadata_dir "$<SHELL_PATH:${FOUNDATIONCONTRACT_DIR}>"
/reference "$<SHELL_PATH:${FOUNDATIONCONTRACT_WINMD}>"
/reference "$<SHELL_PATH:${UNIVERSALAPICONTRACT_WINMD}>"
/winmd "$<SHELL_PATH:${OUTPUT_WINMD}>.timestamped"
/winmd "$<SHELL_PATH:${OUTPUT_WINMD}>"
/header "$<SHELL_PATH:${OUTPUT_HEADER}>"
"$<SHELL_PATH:${IDL_SOURCE}>")

Expand Down

0 comments on commit 57e9271

Please sign in to comment.