Skip to content

Commit

Permalink
Replace Visual Studio build system with CMake
Browse files Browse the repository at this point in the history
Replace Visual Studio build system with CMake
  • Loading branch information
Jacquwes committed Sep 8, 2023
2 parents 84a2fd5 + f9c6a1f commit c40c27c
Show file tree
Hide file tree
Showing 109 changed files with 2,276 additions and 3,918 deletions.
79 changes: 0 additions & 79 deletions .editorconfig

This file was deleted.

14 changes: 14 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cmake_minimum_required(VERSION 3.15)

project(Pine)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

enable_testing()

find_package(GTest CONFIG REQUIRED)

add_subdirectory(shared)
add_subdirectory(server)
add_subdirectory(tests)
263 changes: 0 additions & 263 deletions Pine.sln

This file was deleted.

16 changes: 0 additions & 16 deletions Pine/App.xaml

This file was deleted.

56 changes: 0 additions & 56 deletions Pine/App.xaml.cs

This file was deleted.

Binary file removed Pine/Assets/LockScreenLogo.scale-200.png
Binary file not shown.
Binary file removed Pine/Assets/SplashScreen.scale-200.png
Binary file not shown.
Binary file removed Pine/Assets/Square150x150Logo.scale-200.png
Binary file not shown.
Binary file removed Pine/Assets/Square44x44Logo.scale-200.png
Binary file not shown.
Binary file not shown.
Binary file removed Pine/Assets/StoreLogo.png
Binary file not shown.
Binary file removed Pine/Assets/Wide310x150Logo.scale-200.png
Binary file not shown.
136 changes: 0 additions & 136 deletions Pine/Client/PineClient.cs

This file was deleted.

51 changes: 0 additions & 51 deletions Pine/Package.appxmanifest

This file was deleted.

Loading

0 comments on commit c40c27c

Please sign in to comment.