From de1773affb7552d1b62b7adcd3a2a04d718feafe Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 17 Oct 2013 00:06:34 -0400 Subject: Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system. --- Source/Core/AudioCommon/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/AudioCommon') diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index 939956460d..314be71322 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -40,5 +40,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(SRCS ${SRCS} Src/CoreAudioSoundStream.cpp) endif() -add_library(audiocommon STATIC ${SRCS}) -target_link_libraries(audiocommon ${LIBS}) +add_dolphin_library(audiocommon "${SRCS}" "${LIBS}") -- cgit v1.2.3