aboutsummaryrefslogtreecommitdiff
path: root/ports/libodb-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libodb-sqlite')
-rw-r--r--ports/libodb-sqlite/portfile.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libodb-sqlite/portfile.cmake b/ports/libodb-sqlite/portfile.cmake
index 3c8876c29..2a471a034 100644
--- a/ports/libodb-sqlite/portfile.cmake
+++ b/ports/libodb-sqlite/portfile.cmake
@@ -26,3 +26,6 @@ else()
endif()
vcpkg_build_msbuild(PROJECT_PATH "${SOURCE_PATH}\\libodb-sqlite-vc12.sln" PLATFORM ${MSBUILD_PLATFORM}
OPTIONS "/p:useenv=true")
+
+file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libodb)
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/libodb/LICENSE ${CURRENT_PACKAGES_DIR}/share/libodb/copyright) \ No newline at end of file