mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
UICommon/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
24f5acf9a5
commit
4cdb493eab
1 changed files with 13 additions and 0 deletions
|
@ -1,17 +1,30 @@
|
|||
add_library(uicommon
|
||||
AutoUpdate.cpp
|
||||
AutoUpdate.h
|
||||
CommandLineParse.cpp
|
||||
CommandLineParse.h
|
||||
Disassembler.cpp
|
||||
Disassembler.h
|
||||
DiscordPresence.cpp
|
||||
DiscordPresence.h
|
||||
GameFile.cpp
|
||||
GameFile.h
|
||||
GameFileCache.cpp
|
||||
GameFileCache.h
|
||||
NetPlayIndex.cpp
|
||||
NetPlayIndex.h
|
||||
ResourcePack/Manager.cpp
|
||||
ResourcePack/Manager.h
|
||||
ResourcePack/Manifest.cpp
|
||||
ResourcePack/Manifest.h
|
||||
ResourcePack/ResourcePack.cpp
|
||||
ResourcePack/ResourcePack.h
|
||||
UICommon.cpp
|
||||
UICommon.h
|
||||
USBUtils.cpp
|
||||
USBUtils.h
|
||||
VideoUtils.cpp
|
||||
VideoUtils.h
|
||||
)
|
||||
|
||||
target_link_libraries(uicommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue