diff options
| author | 2021-05-30 01:35:26 -0700 | |
|---|---|---|
| committer | 2021-05-30 01:35:26 -0700 | |
| commit | a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2 (patch) | |
| tree | b6be6dbfb6f5b4199cb5accaeba43493d80b2f7e /src/common/CMakeLists.txt | |
| parent | Merge pull request #6387 from lioncash/class-token (diff) | |
| parent | touchscreen: Make use of common point struct (diff) | |
| download | yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.gz yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.xz yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.zip | |
Merge pull request #6377 from lioncash/point
common: Extract Point struct into 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 eafb96b0b..7a4d9e354 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -154,6 +154,7 @@ add_library(common STATIC | |||
| 154 | param_package.cpp | 154 | param_package.cpp |
| 155 | param_package.h | 155 | param_package.h |
| 156 | parent_of_member.h | 156 | parent_of_member.h |
| 157 | point.h | ||
| 157 | quaternion.h | 158 | quaternion.h |
| 158 | ring_buffer.h | 159 | ring_buffer.h |
| 159 | scm_rev.cpp | 160 | scm_rev.cpp |