summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2013-10-17 00:06:34 -0400
committercomex <comexk@gmail.com>2013-10-17 00:07:35 -0400
commitde1773affb7552d1b62b7adcd3a2a04d718feafe (patch)
treec5039730175ca9a32c64e590782878fe70adeebc /Source/Core/AudioCommon
parentcffe6ba3fdb040808654604a1b07c2edaa0d853d (diff)
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
Diffstat (limited to 'Source/Core/AudioCommon')
-rw-r--r--Source/Core/AudioCommon/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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}")