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