forked from Silverfish/proton-bridge
Other: Added top-level CMake project. [skip ci]
This commit is contained in:
@ -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
|
||||
#****************************************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user