mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
04b0cf2b3f
I wonder if LIBRARIES_DIRS should return a list of directories instead of a list of `-L...` flags. --------- Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.lan> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
9 lines
292 B
CMake
9 lines
292 B
CMake
set(VCPKG_POLICY_CMAKE_HELPER_PORT enabled)
|
|
|
|
file(COPY
|
|
"${CURRENT_PORT_DIR}/vcpkg-port-config.cmake"
|
|
"${CURRENT_PORT_DIR}/x_vcpkg_pkgconfig_get_modules.cmake"
|
|
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
|
|
|
vcpkg_install_copyright(FILE_LIST "${VCPKG_ROOT_DIR}/LICENSE.txt")
|