mirror of
https://github.com/love2d/megasource.git
synced 2026-08-20 04:30:45 +02:00
Disable targets which are not needed.
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(jasper)
|
||||
|
||||
option(JASPER_BUILD_SHARED "Build shared library" ON)
|
||||
option(JASPER_BUILD_SHARED "Build shared library" OFF)
|
||||
option(JASPER_BUILD_STATIC "Build static library" ON)
|
||||
|
||||
set(JASPER_SRC
|
||||
|
||||
Reference in New Issue
Block a user