mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 03:51:28 +02: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}")
|