mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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:
@ -32,4 +32,4 @@ elseif(ANDROID)
|
||||
Src/ControllerInterface/Android/Android.cpp)
|
||||
endif()
|
||||
|
||||
add_library(inputcommon ${SRCS})
|
||||
add_dolphin_library(inputcommon "${SRCS}" "")
|
||||
|
Reference in New Issue
Block a user