vcpkg/ports/ecm/usage
JonLiu1993 bccb06637e
[ecm] update version to 6.4.0 and fix absolute paths (#40295)
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/