0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 16:06:40 +08:00
JonLiu1993 bccb06637e
[ecm] update version to 6.4.0 and fix absolute paths ()
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-08-10 02:15:39 -07:00

10 lines
282 B
Plaintext

ecm provides CMake files:
find_package(ECM CONFIG REQUIRED NO_MODULE)
list(INSERT CMAKE_MODULE_PATH 0 ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECompilerSettings)
include(KDECMakeSettings)
For more infomation, see https://api.kde.org/ecm/