summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-20 20:59:17 +0100
committerbunnei <bunneidev@gmail.com>2018-01-20 21:54:15 +0100
commite75aba3ed0eb0933c023f955d4c2e53e58ef6a5f (patch)
tree4ef2b528a335d3da15a678afb4a60df490bc5037 /src/core/CMakeLists.txt
parentloader: Refactor to also pass filepath into IdentifyType. (diff)
downloadyuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.gz
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.bz2
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.lz
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.xz
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.tar.zst
yuzu-e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 540d290f2..7153c4f3f 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -149,6 +149,8 @@ add_library(core STATIC
hw/hw.h
hw/lcd.cpp
hw/lcd.h
+ loader/deconstructed_rom_directory.cpp
+ loader/deconstructed_rom_directory.h
loader/elf.cpp
loader/elf.h
loader/linker.cpp