From 0263bb9b5071984d85e3a318a1a7685f4ddbf650 Mon Sep 17 00:00:00 2001 From: DoubleX69 Date: Mon, 28 Jun 2021 17:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Audio/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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