mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 01:59:52 -06:00
Migrate global init stuff into UICommon.
This avoids code duplication in a bunch of places . I also moved the NVIDIA Optimus export into VideoCommon.
This commit is contained in:
5
Source/Core/UICommon/CMakeLists.txt
Normal file
5
Source/Core/UICommon/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set(SRCS UICommon.cpp)
|
||||
|
||||
set(LIBS common)
|
||||
|
||||
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")
|
Reference in New Issue
Block a user