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
parent a6b4e0b7fd
commit 86044a1c50
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)