From f6fcd77e21215133ded2c3b6e7559d99ffcb70e4 Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Tue, 18 Oct 2016 17:57:53 -0400 Subject: cmake port for libodb --- ports/libodb-sqlite/portfile.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ports/libodb-sqlite') 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 -- cgit v1.2.3