diff options
| author | 2020-12-27 01:58:16 -0800 | |
|---|---|---|
| committer | 2021-01-11 14:23:16 -0800 | |
| commit | fb43b8efd22eaf0eaccf0c9ddc70cf2e06deafeb (patch) | |
| tree | 021d00f3bcdca20b1e573d9ce91cfbbe9e06b562 /src/common/CMakeLists.txt | |
| parent | core: hle: kernel: Update KSynchronizationObject. (diff) | |
| download | yuzu-fb43b8efd22eaf0eaccf0c9ddc70cf2e06deafeb.tar.gz yuzu-fb43b8efd22eaf0eaccf0c9ddc70cf2e06deafeb.tar.xz yuzu-fb43b8efd22eaf0eaccf0c9ddc70cf2e06deafeb.zip | |
common: Introduce useful tree structures.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2c2bd2ee8..5d781cd77 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -123,6 +123,7 @@ add_library(common STATIC | |||
| 123 | hash.h | 123 | hash.h |
| 124 | hex_util.cpp | 124 | hex_util.cpp |
| 125 | hex_util.h | 125 | hex_util.h |
| 126 | intrusive_red_black_tree.h | ||
| 126 | logging/backend.cpp | 127 | logging/backend.cpp |
| 127 | logging/backend.h | 128 | logging/backend.h |
| 128 | logging/filter.cpp | 129 | logging/filter.cpp |
| @@ -143,6 +144,7 @@ add_library(common STATIC | |||
| 143 | page_table.h | 144 | page_table.h |
| 144 | param_package.cpp | 145 | param_package.cpp |
| 145 | param_package.h | 146 | param_package.h |
| 147 | parent_of_member.h | ||
| 146 | quaternion.h | 148 | quaternion.h |
| 147 | ring_buffer.h | 149 | ring_buffer.h |
| 148 | scm_rev.cpp | 150 | scm_rev.cpp |
| @@ -167,6 +169,7 @@ add_library(common STATIC | |||
| 167 | time_zone.h | 169 | time_zone.h |
| 168 | timer.cpp | 170 | timer.cpp |
| 169 | timer.h | 171 | timer.h |
| 172 | tree.h | ||
| 170 | uint128.cpp | 173 | uint128.cpp |
| 171 | uint128.h | 174 | uint128.h |
| 172 | uuid.cpp | 175 | uuid.cpp |