add some files, first CMakeLists.txt
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/.svn
|
||||
CMakeLists.txt.user*
|
||||
1
AUTHORS.txt
Normal file
1
AUTHORS.txt
Normal file
@@ -0,0 +1 @@
|
||||
peri4 = Пелипенко Иван <peri4ko@yandex.ru>
|
||||
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)
|
||||
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# General SHS Toolkit CMake functionality
|
||||
|
||||
## Introduction
|
||||
|
||||
This repo contains useful CMake utilites:
|
||||
* FindMinGW - find MinGW compiler locations
|
||||
* DeployMacros - macros for deploy applications on Windows/Debian/MacOS
|
||||
* TargetArch - detect target machine architecture
|
||||
* SHSTKMacros - macros to install libraries and applications
|
||||
|
||||
## Install
|
||||
Only "install" target exists.
|
||||
Reference in New Issue
Block a user