Other: Added top-level CMake project. [skip ci]

This commit is contained in:
Xavier Michelon
2022-08-04 13:07:00 +02:00
committed by Jakub
parent a28bd09365
commit f44d1c4b9d
4 changed files with 45 additions and 10 deletions

View File

@ -17,11 +17,8 @@
cmake_minimum_required(VERSION 3.22)
include_guard()
set(VCPKG_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../../extern/vcpkg")
include(bridge_setup.cmake)
include(../bridge_setup.cmake)
#****************************************************************************************************************************************************
@ -38,6 +35,7 @@ else()
message(STATUS "Bridge version is ${BRIDGE_APP_VERSION}")
endif()
#****************************************************************************************************************************************************
# Qt
#****************************************************************************************************************************************************