From de1773affb7552d1b62b7adcd3a2a04d718feafe Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 17 Oct 2013 00:06:34 -0400 Subject: Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system. --- Source/Core/DiscIO/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/DiscIO') 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}" "") -- cgit v1.2.3