mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Setup script cleanup for Linux
This commit is contained in:
parent
3de270c2a1
commit
6fca723404
10 changed files with 80 additions and 20 deletions
6
tools/lib/run-cmake-configure.sh
Normal file → Executable file
6
tools/lib/run-cmake-configure.sh
Normal file → Executable file
|
|
@ -17,6 +17,12 @@ if [[ -n "${build_type}" ]]; then
|
|||
-DCMAKE_CONFIGURATION_TYPES="${build_type}"
|
||||
-DCMAKE_INSTALL_PREFIX="${build_dir}/${build_type}/supercell-wx"
|
||||
)
|
||||
else
|
||||
# CMAKE_BUILD_TYPE isn't used to build, but is required by the Conan CMakeDeps generator
|
||||
cmake_args+=(
|
||||
-DCMAKE_BUILD_TYPE="Release"
|
||||
-DCMAKE_CONFIGURATION_TYPES="Debug;Release"
|
||||
)
|
||||
fi
|
||||
|
||||
mkdir -p "${build_dir}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue