1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Ensure to use Unix Makefiles generator

Because ninja cannot be used here without changes in the scripts.
This commit is contained in:
Mathieu Schroeter 2022-06-24 23:47:21 +02:00
parent 5a9e2e04a9
commit d3fa75977b
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -1,6 +1,8 @@
cmake_minimum_required (VERSION 3.2)
set (CMAKE_GENERATOR "Unix Makefiles" CACHE INTERNAL "" FORCE)
include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)
include_directories (${CMAKE_BINARY_DIR}/include)