diff --git a/tests/Audio/CMakeLists.txt b/tests/Audio/CMakeLists.txt index b99c487e..7f39b0c6 100644 --- a/tests/Audio/CMakeLists.txt +++ b/tests/Audio/CMakeLists.txt @@ -1,4 +1,3 @@ - INCLUDE_DIRECTORIES(./libFaad) @@ -10,5 +9,4 @@ add_definitions(-DHAVE_CONFIG_H) add_library(audioPlayer ${AUDIO_SRC_LIST} ) -list(APPEND LINK_LIB_LIST audioPlayer ) -message(WARNING ${AUDIO_SRC_LIST}) \ No newline at end of file +message(STATUS "ADD AudioPlayer") \ No newline at end of file