mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
This commit is contained in:
@ -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}")
|
||||
|
Reference in New Issue
Block a user