diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-14 20:55:52 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-10-06 21:00:52 +0200 |
commit | feb49c822d9cabc5bc7be9eab1f2bf4ba460176a (patch) | |
tree | 678c58e7fb8e41f5a04e309df9d196320d11de99 /src/common/CMakeLists.txt | |
parent | NVDRV: Update copyright notices. (diff) | |
download | yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar.gz yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar.bz2 yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar.lz yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar.xz yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.tar.zst yuzu-feb49c822d9cabc5bc7be9eab1f2bf4ba460176a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2db414819..a02696873 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,6 +17,8 @@ endif () include(GenerateSCMRev) add_library(common STATIC + address_space.cpp + address_space.h algorithm.h alignment.h announce_multiplayer_room.h |