Files
cmake/CMakeLists.txt

5 lines
158 B
CMake

cmake_minimum_required(VERSION 3.0)
project(cmake)
file(GLOB CMAKES "*.cmake" "*.in" "*.keystore")
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)