mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
bccb06637e
Co-authored-by: Jon <v-zhli17@microsoft.com>
10 lines
282 B
Plaintext
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/
|