filesystem/cmake/config.cmake.in
Santiago Ospina De Los Ríos 0f6f0af4b4
Fix config installation (#93)
* Export and install targets and config file

* Add alias

* Fix install dir

* Install config file

* Switch to a searchable path
2021-02-08 21:49:36 +01:00

6 lines
140 B
CMake

@PACKAGE_INIT@
# import targets
include("${CMAKE_CURRENT_LIST_DIR}/ghc_filesystem-targets.cmake")
check_required_components(ghcfilesystem)