From 4cdb493eab085eab9ba19145afa99c607b792510 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 May 2019 05:21:12 -0400 Subject: [PATCH] UICommon/CMakeLists: Specify headers in target sources --- Source/Core/UICommon/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Source/Core/UICommon/CMakeLists.txt b/Source/Core/UICommon/CMakeLists.txt index 46f212490b..fe5f8f1599 100644 --- a/Source/Core/UICommon/CMakeLists.txt +++ b/Source/Core/UICommon/CMakeLists.txt @@ -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