mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Disable targets which are not needed.
This commit is contained in:
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
|
||||
project(DevIL)
|
||||
|
||||
option(DEVIL_BUILD_SHARED "Build shared library" ON)
|
||||
option(DEVIL_BUILD_STATIC "Build static library" ON)
|
||||
option(DEVIL_BUILD_STATIC "Build static library" OFF)
|
||||
|
||||
set(DEVIL_SRC
|
||||
src-IL/src/altivec_common.c
|
||||
|
||||
Reference in New Issue
Block a user