Remote GI Work (#3073)

Co-authored-by: David Chavez <david@dcvz.io>
This commit is contained in:
Garrett Cox 2023-12-17 19:41:33 +00:00 committed by GitHub
commit 86044a1c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1155 additions and 356 deletions

View file

@ -13,12 +13,6 @@ set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP>)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/utf-8>)
if (CMAKE_SYSTEM_NAME MATCHES "Windows|Linux")
if(NOT DEFINED BUILD_CROWD_CONTROL)
set(BUILD_CROWD_CONTROL ON)
endif()
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
include(CMake/automate-vcpkg.cmake)