Delete CMake setup (#7)
This commit is contained in:
Родитель
2bf2b4453a
Коммит
a534af7541
|
@ -1,15 +0,0 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(MixedReality-Sharing
|
||||
VERSION 0.0.1
|
||||
DESCRIPTION "Portable APIs and components for networking and state synchronization"
|
||||
HOMEPAGE_URL https://github.com/microsoft/MixedReality-Sharing
|
||||
LANGUAGES CXX CSharp)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
set(CMAKE_CSharp_FLAGS "/langversion:7.1") # otherwise cmake defaults to 3
|
||||
|
||||
add_subdirectory("libs/Microsoft.MixedReality.Sharing.Network")
|
||||
add_subdirectory("libs/Microsoft.MixedReality.Sharing.StateSync")
|
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "x64-Debug",
|
||||
"generator": "Visual Studio 15 2017 Win64",
|
||||
"configurationType": "Debug",
|
||||
"buildRoot": "${workspaceRoot}/build/${name}"
|
||||
},
|
||||
{
|
||||
"name": "x64-Release",
|
||||
"generator": "Visual Studio 15 2017 Win64",
|
||||
"configurationType": "Release",
|
||||
"buildRoot": "${workspaceRoot}/build/${name}"
|
||||
},
|
||||
{
|
||||
"name": "x86-Debug",
|
||||
"generator": "Visual Studio 15 2017",
|
||||
"configurationType": "Debug",
|
||||
"buildRoot": "${workspaceRoot}/build/${name}"
|
||||
},
|
||||
{
|
||||
"name": "x86-Release",
|
||||
"generator": "Visual Studio 15 2017",
|
||||
"configurationType": "Release",
|
||||
"buildRoot": "${workspaceRoot}/build/${name}"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
add_library(Network SHARED
|
||||
src/IChannel.cs
|
||||
src/IMatchmakingService.cs
|
||||
src/IParticipant.cs
|
||||
src/IRoom.cs
|
||||
src/IRoomFactory.cs
|
||||
src/ISession.cs
|
||||
)
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
add_library(StateSync SHARED
|
||||
src/ISynchronizationStore.cs
|
||||
src/ITransaction.cs
|
||||
src/Snapshot.cs
|
||||
)
|
Загрузка…
Ссылка в новой задаче