mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +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
|
@ -21,5 +21,4 @@ set(SRCS Src/BannerLoader.cpp
|
|||
Src/VolumeWiiCrypted.cpp
|
||||
Src/WiiWad.cpp)
|
||||
|
||||
add_library(discio STATIC ${SRCS})
|
||||
target_link_libraries(discio common)
|
||||
add_dolphin_library(discio "${SRCS}" "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue