mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
This commit is contained in:
parent
cffe6ba3fd
commit
de1773affb
11 changed files with 112 additions and 15 deletions
|
@ -32,4 +32,4 @@ elseif(ANDROID)
|
|||
Src/ControllerInterface/Android/Android.cpp)
|
||||
endif()
|
||||
|
||||
add_library(inputcommon ${SRCS})
|
||||
add_dolphin_library(inputcommon "${SRCS}" "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue