mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
This commit is contained in:
@ -45,5 +45,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR
|
||||
set(LIBS ${LIBS} usbhid)
|
||||
endif()
|
||||
|
||||
add_library(videoogl STATIC ${SRCS})
|
||||
target_link_libraries(videoogl ${LIBS})
|
||||
add_dolphin_library(videoogl "${SRCS}" "${LIBS}")
|
||||
|
Reference in New Issue
Block a user