16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

enable uart for default windows and linux build

This commit is contained in:
milek7
2019-04-05 22:31:53 +02:00
parent 0861ad9633
commit c90b679f2d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ if (APPLE)
endif()
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
"Texture.cpp"