diff options
| author | 2018-12-19 15:25:12 -0500 | |
|---|---|---|
| committer | 2018-12-21 07:04:18 -0500 | |
| commit | fc8da2d5e36b665dae784ee8e9915dfffb379830 (patch) | |
| tree | 9364f2a3d986820e7f01096c27710b23f4622b98 /src/common/CMakeLists.txt | |
| parent | Merge pull request #1907 from lioncash/attribute (diff) | |
| download | yuzu-fc8da2d5e36b665dae784ee8e9915dfffb379830.tar.gz yuzu-fc8da2d5e36b665dae784ee8e9915dfffb379830.tar.xz yuzu-fc8da2d5e36b665dae784ee8e9915dfffb379830.zip | |
common: Add basic bit manipulation utility function to Common
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 a5e71d879..845626fc5 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -44,6 +44,7 @@ add_library(common STATIC | |||
| 44 | detached_tasks.cpp | 44 | detached_tasks.cpp |
| 45 | detached_tasks.h | 45 | detached_tasks.h |
| 46 | bit_field.h | 46 | bit_field.h |
| 47 | bit_util.h | ||
| 47 | cityhash.cpp | 48 | cityhash.cpp |
| 48 | cityhash.h | 49 | cityhash.h |
| 49 | color.h | 50 | color.h |