diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 566b9af..fefc416 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,9 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest] + include: + - os: windows-latest + additional_cmake_flags: '-A x64 -DCMAKE_GENERATOR_TOOLSET=v142' steps: - name: Fetch sources diff --git a/CMakeLists.txt b/CMakeLists.txt index dbdab9f..d88d719 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,14 @@ # Standard routine cmake_minimum_required(VERSION 3.16) project(example_app - VERSION 0.0.11 # CI_PROJECT_VERSION + VERSION 0.0.12 # CI_PROJECT_VERSION ) option(BUILD_SHARED_LIBS "Build shared libs" OFF) option(AUIB_FORCE_PRECOMPILED "AUI.Boot: force precompiled dependencies" OFF) +option(AUIB_NO_PRECOMPILED "AUI.Boot: disable precompiled dependencies" OFF) -set(AUI_VERSION v8.0.0-rc.8) +set(AUI_VERSION v8.0.0-rc.10) # Use AUI.Boot file(