summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2019-03-16 21:58:59 -0400
committerGravatar GitHub2019-03-16 21:58:59 -0400
commit059465d496df3ccf6681e8a1d5aee4be3cc0b7e7 (patch)
treed4fb745d01e5c351a4c6646fb886c84cab5e5afe /src/common/CMakeLists.txt
parentMerge pull request #2241 from lioncash/compile-flags (diff)
parentCorrections, documenting and fixes. (diff)
downloadyuzu-059465d496df3ccf6681e8a1d5aee4be3cc0b7e7.tar.gz
yuzu-059465d496df3ccf6681e8a1d5aee4be3cc0b7e7.tar.xz
yuzu-059465d496df3ccf6681e8a1d5aee4be3cc0b7e7.zip
Merge pull request #2129 from FernandoS27/cntpct
Correct CNTPCT from using CPU Cycles to using Clock Cycles
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 3d30f0e3e..c538c6415 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -114,6 +114,8 @@ add_library(common STATIC
114 threadsafe_queue.h 114 threadsafe_queue.h
115 timer.cpp 115 timer.cpp
116 timer.h 116 timer.h
117 uint128.cpp
118 uint128.h
117 vector_math.h 119 vector_math.h
118 web_result.h 120 web_result.h
119) 121)