We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bfa7c commit 74eb103Copy full SHA for 74eb103
.github/workflows/run_windows.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
mkdir %GITHUB_WORKSPACE%\build64
41
cd %GITHUB_WORKSPACE%\build64
42
- cmake -DBUILD_OYMOTION_SDK=ON -DWARNINGS_AS_ERRORS=ON -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=8.1 -DCMAKE_INSTALL_PREFIX=..\installed64\ ..
+ cmake -DBUILD_OYMOTION_SDK=ON -DBUILD_BLUETOOTH=ON -DWARNINGS_AS_ERRORS=ON -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=8.1 -DCMAKE_INSTALL_PREFIX=..\installed64\ ..
43
cmake --build . --target install --config Release -j 2 --parallel 2
44
shell: cmd
45
- name: C# build
0 commit comments