mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-01 11:11:35 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
ed5146dcfc
commit
591141a9ad
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
|
||||||
project(xonotic)
|
project(xonotic)
|
||||||
|
|
||||||
option(DOWNLOAD_MAPS "Download new maps from the build server" ON)
|
option(DOWNLOAD_MAPS "Download new maps from the build server" ON)
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
VERSION = "0.8.2";
|
VERSION = "0.8.2";
|
||||||
|
cmake = pkgs.cmake_2_8;
|
||||||
targets = rec {
|
targets = rec {
|
||||||
xonotic = mkDerivation { pki = true; dp = true; data = true; } rec {
|
xonotic = mkDerivation { pki = true; dp = true; data = true; } rec {
|
||||||
name = "xonotic-${version}";
|
name = "xonotic-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user