mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
19109e2d01
This avoids code duplication in a bunch of places . I also moved the NVIDIA Optimus export into VideoCommon.
6 lines
92 B
CMake
6 lines
92 B
CMake
set(SRCS UICommon.cpp)
|
|
|
|
set(LIBS common)
|
|
|
|
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")
|