Skip to content

Commit

Permalink
Tweak docgen command
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Dec 30, 2024
1 parent 57e9271 commit d400f3e
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 @@ -55,7 +55,7 @@ add_custom_command(
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/WinRTComponent.xml"
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${CMAKE_CURRENT_SOURCE_DIR}/WinRTComponent.xml"
"${CMAKE_CURRENT_BINARY_DIR}/")
"${OUTPUT_XMLDOCS}")

add_custom_target(WinRTComponentWinMD ALL
DEPENDS "${OUTPUT_WINMD}" "${OUTPUT_HEADER}" "${OUTPUT_XMLDOCS}")

0 comments on commit d400f3e

Please sign in to comment.