This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/cmake/CMakeLists.txt

6 lines
127 B
CMake

include(GNUInstallDirs)
install(FILES
"FindFilesystem.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")