add some files, first CMakeLists.txt
This commit is contained in:
4
CMakeLists.txt
Normal file
4
CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user