summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-30 10:35:26 +0200
committerGitHub <noreply@github.com>2021-05-30 10:35:26 +0200
commita5ebba7e366dcd2b8818c6748296ca5fdeb45ad2 (patch)
treeb6be6dbfb6f5b4199cb5accaeba43493d80b2f7e /src/common/CMakeLists.txt
parentMerge pull request #6387 from lioncash/class-token (diff)
parenttouchscreen: Make use of common point struct (diff)
downloadyuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.gz
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.bz2
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.lz
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.xz
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.tar.zst
yuzu-a5ebba7e366dcd2b8818c6748296ca5fdeb45ad2.zip
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
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
param_package.cpp
param_package.h
parent_of_member.h
+ point.h
quaternion.h
ring_buffer.h
scm_rev.cpp