mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
enable uart for default windows and linux build
This commit is contained in:
@@ -13,7 +13,7 @@ if (APPLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" OFF)
|
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" OFF)
|
||||||
option(WITH_UART "Compile with libserialport" OFF)
|
option(WITH_UART "Compile with libserialport" ON)
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
"Texture.cpp"
|
"Texture.cpp"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_UART=OFF
|
||||||
cmake --build .
|
cmake --build .
|
||||||
displayName: 'Build'
|
displayName: 'Build'
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
|
|||||||
Reference in New Issue
Block a user