Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.

This commit is contained in:
comex 2013-10-17 00:06:34 -04:00
commit de1773affb
11 changed files with 112 additions and 15 deletions

View file

@ -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}")