mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
UICommon/CMakeLists: Specify headers in target sources
This commit is contained in:
@ -1,17 +1,30 @@
|
|||||||
add_library(uicommon
|
add_library(uicommon
|
||||||
AutoUpdate.cpp
|
AutoUpdate.cpp
|
||||||
|
AutoUpdate.h
|
||||||
CommandLineParse.cpp
|
CommandLineParse.cpp
|
||||||
|
CommandLineParse.h
|
||||||
Disassembler.cpp
|
Disassembler.cpp
|
||||||
|
Disassembler.h
|
||||||
DiscordPresence.cpp
|
DiscordPresence.cpp
|
||||||
|
DiscordPresence.h
|
||||||
GameFile.cpp
|
GameFile.cpp
|
||||||
|
GameFile.h
|
||||||
GameFileCache.cpp
|
GameFileCache.cpp
|
||||||
|
GameFileCache.h
|
||||||
NetPlayIndex.cpp
|
NetPlayIndex.cpp
|
||||||
|
NetPlayIndex.h
|
||||||
ResourcePack/Manager.cpp
|
ResourcePack/Manager.cpp
|
||||||
|
ResourcePack/Manager.h
|
||||||
ResourcePack/Manifest.cpp
|
ResourcePack/Manifest.cpp
|
||||||
|
ResourcePack/Manifest.h
|
||||||
ResourcePack/ResourcePack.cpp
|
ResourcePack/ResourcePack.cpp
|
||||||
|
ResourcePack/ResourcePack.h
|
||||||
UICommon.cpp
|
UICommon.cpp
|
||||||
|
UICommon.h
|
||||||
USBUtils.cpp
|
USBUtils.cpp
|
||||||
|
USBUtils.h
|
||||||
VideoUtils.cpp
|
VideoUtils.cpp
|
||||||
|
VideoUtils.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(uicommon
|
target_link_libraries(uicommon
|
||||||
|
Reference in New Issue
Block a user