mirror of
https://github.com/love2d/megasource.git
synced 2026-08-21 13:10:24 +02:00
Disable targets which are not needed.
This commit is contained in:
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
|
||||
project(mpg123)
|
||||
|
||||
option(MPG123_BUILD_SHARED "Build shared library" ON)
|
||||
option(MPG123_BUILD_STATIC "Build static library" ON)
|
||||
option(MPG123_BUILD_STATIC "Build static library" OFF)
|
||||
|
||||
set(MPG123_SRC
|
||||
src/libmpg123/compat.c
|
||||
|
||||
Reference in New Issue
Block a user