mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-04 00:45:30 +01:00

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}")
|