add some files, first CMakeLists.txt

This commit is contained in:
2020-08-25 21:54:34 +03:00
parent 23fbf00241
commit 09ff5fe3eb
4 changed files with 19 additions and 0 deletions

4
CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.0)
project(cmake)
file(GLOB CMAKES "*.cmake" "*.in" "*.keystore")
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)