mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system.
This commit is contained in:
@@ -49,5 +49,4 @@ if(NOT (${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
||||
set(LIBS ${LIBS} clrun)
|
||||
endif()
|
||||
|
||||
add_library(videosoftware STATIC ${SRCS})
|
||||
target_link_libraries(videosoftware ${LIBS})
|
||||
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")
|
||||
|
||||
Reference in New Issue
Block a user