mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:40:05 +00:00
Ensure CMake compile commands file gets generated
This commit is contained in:
parent
0dcf8eabab
commit
9ec1a62403
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="%script_dir%\..\..\external\cmake-conan\conan_provider.cmake" ^
|
||||
-DCONAN_HOST_PROFILE=%conan_profile% ^
|
||||
-DCONAN_BUILD_PROFILE=%conan_profile% ^
|
||||
-DSCWX_VIRTUAL_ENV=%venv_path%
|
||||
-DSCWX_VIRTUAL_ENV=%venv_path% ^
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=on
|
||||
|
||||
@if defined build_type (
|
||||
set cmake_args=%cmake_args% ^
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ cmake_args=(
|
|||
-DCONAN_HOST_PROFILE="${conan_profile}"
|
||||
-DCONAN_BUILD_PROFILE="${conan_profile}"
|
||||
-DSCWX_VIRTUAL_ENV="${venv_path}"
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=on
|
||||
)
|
||||
|
||||
if [[ -n "${build_type}" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue