Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2019-04-05 22:32:07 +02:00
2 changed files with 2 additions and 9 deletions

View File

@@ -35,14 +35,7 @@ if (APPLE)
endif()
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON)
option(WITH_UART "Compile with libserialport" OFF)
if (APPLE)
set (CMAKE_EXE_LINKER_FLAGS "-pagezero_size 10000 -image_base 100000000")
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"

View File

@@ -37,7 +37,7 @@ jobs:
- script: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_UART=OFF
cmake --build .
displayName: 'Build'
- task: PublishBuildArtifacts@1