mpg123-1.32.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
include(cmake/read_api_version.cmake)
|
||||
read_api_version(MPG123_VERSION API_VERSION OUTAPI_VERSION SYNAPI_VERSION)
|
||||
read_api_version(MPG123_VERSION)
|
||||
|
||||
project(mpg123 VERSION ${MPG123_VERSION} LANGUAGES C ASM)
|
||||
|
||||
option(BUILD_LIBOUT123 "build libout123" ON)
|
||||
option(BUILD_LIBOUT123 "build libout123 (prerequisite for included programs)" ON)
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(WARNING "Output module is not implemented for '${CMAKE_SYSTEM_NAME}' platform.")
|
||||
message(WARNING "To prevent build errors 'BUILD_LIBOUT123' option is set to OFF.")
|
||||
|
||||
Reference in New Issue
Block a user