diff options
| author | comex <comexk@gmail.com> | 2013-10-17 00:06:34 -0400 |
|---|---|---|
| committer | comex <comexk@gmail.com> | 2013-10-17 00:07:35 -0400 |
| commit | de1773affb7552d1b62b7adcd3a2a04d718feafe (patch) | |
| tree | c5039730175ca9a32c64e590782878fe70adeebc /Source/Core/DiscIO | |
| parent | cffe6ba3fdb040808654604a1b07c2edaa0d853d (diff) | |
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index 01e15a374f..f64f263e11 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -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}" "") |
