summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorWeiyi Wang <wwylele@gmail.com>2017-02-05 09:22:13 +0100
committerGitHub <noreply@github.com>2017-02-05 09:22:13 +0100
commita1393dc70c74c3ca414c2360acaa5042bce84c91 (patch)
treea0938f34e95cf06bc8ca79eed424db44332d8f48 /src/core/CMakeLists.txt
parentFix Microprofile in MinGW (#2530) (diff)
parentfix wwylele's comment and use typename in templates (diff)
downloadyuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar.gz
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar.bz2
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar.lz
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar.xz
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.tar.zst
yuzu-a1393dc70c74c3ca414c2360acaa5042bce84c91.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index fa7878c65..b178914dd 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -219,6 +219,7 @@ set(HEADERS
hle/config_mem.h
hle/function_wrappers.h
hle/ipc.h
+ hle/ipc_helpers.h
hle/applets/applet.h
hle/applets/erreula.h
hle/applets/mii_selector.h