aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ecm/usage
blob: 49697504ec06fc91d7c7911361ea4f7512cc32cd (plain)
1
2
3
4
5
6
7
8
9
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/