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:
@@ -1,2 +1,2 @@
|
||||
export CMAKE_OPTS="-DUSE_WERROR=ON"
|
||||
../build_mingw32 || ../build_mingw32
|
||||
../cmake/build_mingw32.sh || ../cmake/build_mingw32.sh
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export CMAKE_OPTS="-DUSE_WERROR=ON"
|
||||
../build_mingw64 || ../build_mingw64
|
||||
../cmake/build_mingw64.sh || ../cmake/build_mingw64.sh
|
||||
|
||||
Reference in New Issue
Block a user