diff options
| author | 2020-11-27 14:13:18 -0800 | |
|---|---|---|
| committer | 2020-12-06 00:03:24 -0800 | |
| commit | 8dbfa4e1a4af2cda4500304ba8fe1a1b09bbb814 (patch) | |
| tree | 98331155b0fbe7c5fcdabde69d4b0419b84cda65 /src/common/CMakeLists.txt | |
| parent | hle: kernel: Port KAffinityMask from Mesosphere. (diff) | |
| download | yuzu-8dbfa4e1a4af2cda4500304ba8fe1a1b09bbb814.tar.gz yuzu-8dbfa4e1a4af2cda4500304ba8fe1a1b09bbb814.tar.xz yuzu-8dbfa4e1a4af2cda4500304ba8fe1a1b09bbb814.zip | |
common: Port BitSet from Mesosphere.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 56c7e21f5..fc2ed9999 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -104,6 +104,7 @@ add_library(common STATIC | |||
| 104 | detached_tasks.h | 104 | detached_tasks.h |
| 105 | bit_cast.h | 105 | bit_cast.h |
| 106 | bit_field.h | 106 | bit_field.h |
| 107 | bit_set.h | ||
| 107 | bit_util.h | 108 | bit_util.h |
| 108 | cityhash.cpp | 109 | cityhash.cpp |
| 109 | cityhash.h | 110 | cityhash.h |