Skip to content

Commit

Permalink
use vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis committed Sep 11, 2022
1 parent 1a346f1 commit 0e5b175
Show file tree
Hide file tree
Showing 482 changed files with 36 additions and 122,800 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE) #remove RelWithDebInfo and MinSizeRel

if (WIN32)
include(${CMAKE_SOURCE_DIR}/Dependencies/vcpkg/scripts/buildsystems/vcpkg.cmake)
endif ()

# set the project name
set(PROJECT_NAME "MonCraft")
project(${PROJECT_NAME} VERSION 1.1.1)
Expand All @@ -16,7 +20,6 @@ if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message(SEND_ERROR "In-source builds are not allowed.")
endif ()


set(BUILD_TARGET client CACHE STRING "Choose build target client/server" )
set(BUILD_PLATFORM app CACHE STRING "Choose targer platform wasm/app" )

Expand Down
169 changes: 0 additions & 169 deletions Dependencies/FreeType/FTL.TXT

This file was deleted.

Loading

0 comments on commit 0e5b175

Please sign in to comment.