mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +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
|
@ -51,5 +51,4 @@ endif(WIN32)
|
|||
|
||||
enable_precompiled_headers(Src/stdafx.h Src/stdafx.cpp SRCS)
|
||||
|
||||
add_library(common STATIC ${SRCS})
|
||||
target_link_libraries(common ${CMAKE_THREAD_LIBS_INIT})
|
||||
add_dolphin_library(common "${SRCS}" "${CMAKE_THREAD_LIBS_INIT}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue