mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-09 12:17:49 +08:00
12 lines
285 B
CMake
12 lines
285 B
CMake
INCLUDE_DIRECTORIES(./libFaad)
|
|
|
|
|
|
aux_source_directory(./libFaad AUDIO_SRC_LIST)
|
|
aux_source_directory(./SDLAudioMixer AUDIO_SRC_LIST)
|
|
aux_source_directory(. AUDIO_SRC_LIST)
|
|
|
|
add_definitions(-DHAVE_CONFIG_H)
|
|
|
|
add_library(audioPlayer ${AUDIO_SRC_LIST} )
|
|
|
|
message(STATUS "ADD AudioPlayer") |