We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
metadata.json
1 parent ceb7c17 commit 884ff6aCopy full SHA for 884ff6a
build2cmake/src/templates/windows.cmake
@@ -161,6 +161,11 @@ function(add_local_install_target TARGET_NAME PACKAGE_NAME BUILD_VARIANT_NAME)
161
${PYTHON_FILES}
162
${LOCAL_INSTALL_DIR}/
163
164
+ # Copy metadata.json if it exists
165
+ COMMAND ${CMAKE_COMMAND} -E copy_if_different
166
+ ${CMAKE_SOURCE_DIR}/metadata.json
167
+ ${LOCAL_INSTALL_DIR}/
168
+
169
COMMENT "Copying shared library and Python files to ${LOCAL_INSTALL_DIR}"
170
COMMAND_EXPAND_LISTS
171
)
0 commit comments