Cleanup root directory

Cleans up the root directory of the GitHub source tree and starts to separate platform-specific installing and packaging logic from the master CMakeLists.txt.  Closes #2201
This commit is contained in:
Tres Finocchiaro
2015-07-25 11:35:30 -04:00
parent 9819900aca
commit 3114ccea26
39 changed files with 193 additions and 307 deletions

View File

@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw32 || ../build_mingw32
../cmake/build_mingw32.sh || ../cmake/build_mingw32.sh

View File

@@ -1,2 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw64 || ../build_mingw64
../cmake/build_mingw64.sh || ../cmake/build_mingw64.sh