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/InputCommon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt index 76871e5b3b..f99351ffe2 100644 --- a/Source/Core/InputCommon/CMakeLists.txt +++ b/Source/Core/InputCommon/CMakeLists.txt @@ -32,4 +32,4 @@ elseif(ANDROID) Src/ControllerInterface/Android/Android.cpp) endif() -add_library(inputcommon ${SRCS}) +add_dolphin_library(inputcommon "${SRCS}" "") -- cgit v1.2.3