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:
parent
5a9e2e04a9
commit
d3fa75977b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user