summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-07-28 22:23:00 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-01 06:16:54 +0200
commit22342487e8fb851a9837db22408db56240aa6931 (patch)
tree65d8ec8cd180656e4ec6bb2ac5c928712f43122a /src/core/CMakeLists.txt
parentAdd missing string.h include (diff)
downloadyuzu-22342487e8fb851a9837db22408db56240aa6931.tar
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.gz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.bz2
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.lz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.xz
yuzu-22342487e8fb851a9837db22408db56240aa6931.tar.zst
yuzu-22342487e8fb851a9837db22408db56240aa6931.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 a69ee9146..528d96a58 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -12,6 +12,7 @@ add_library(core STATIC
core_timing.h
core_timing_util.cpp
core_timing_util.h
+ crypto/aes_util.cpp
crypto/aes_util.h
crypto/encryption_layer.cpp
crypto/encryption_layer.h