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:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(jpeg)
|
||||
|
||||
option(JPEG_BUILD_SHARED "Build shared library" ON)
|
||||
option(JPEG_BUILD_SHARED "Build shared library" OFF)
|
||||
option(JPEG_BUILD_STATIC "Build static library" ON)
|
||||
|
||||
set(JPEG_SRC
|
||||
|
||||
Reference in New Issue
Block a user