This repository has been archived on 2020-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
xdgcfg/cmake/xdgcfgConfig.cmake.in
tastytea 26ae664334
All checks were successful
continuous-integration/drone/push Build is passing
Replaced ${PROJECT_NAME} with @PROJECT_NAME@.
2019-08-02 13:07:41 +02:00

7 lines
205 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PkgConfig REQUIRED)
pkg_check_modules(libconfig++ REQUIRED IMPORTED_TARGET libconfig++)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")