mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07: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}")
|