Skip to content

Commit

Permalink
Merge pull request #61 from arkedge/support-c2a-core-v4-cxx-option
Browse files Browse the repository at this point in the history
Support c2a-core v4 C++ build option
  • Loading branch information
sksat authored Sep 7, 2023
2 parents c31f1fa + a5f7112 commit e806cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action-c2a-build-win32/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ runs:
cmake -B ./build \
-G "${{ inputs.cmake_generator }}" \
-DBUILD_C2A_AS_CXX=OFF \
-DC2A_BUILD_AS_CXX=OFF \
${{ inputs.cmake_flags }}
- name: CMake as C++
Expand All @@ -69,6 +70,7 @@ runs:
cmake -B ./build \
-G "${{ inputs.cmake_generator }}" \
-DBUILD_C2A_AS_CXX=ON \
-DC2A_BUILD_AS_CXX=ON \
${{ inputs.cmake_flags }}
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions action-c2a-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ runs:
-G "${{ inputs.cmake_generator }}" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DBUILD_C2A_AS_CXX=OFF \
-DC2A_BUILD_AS_CXX=OFF \
${{ (inputs.sils_mockup && '-DUSE_SILS_MOCKUP=ON') || '' }} \
${{ inputs.cmake_flags }}
Expand All @@ -95,6 +96,7 @@ runs:
-G "${{ inputs.cmake_generator }}" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DBUILD_C2A_AS_CXX=ON \
-DC2A_BUILD_AS_CXX=ON \
-DUSE_SCI_COM_WINGS=OFF \
${{ inputs.cmake_flags }}
Expand Down

0 comments on commit e806cd9

Please sign in to comment.