summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-08-17 18:25:21 -0300
committerGravatar Yuri Kunde Schlesner2015-08-24 22:16:28 -0300
commit0fcabd2b11a5b1d4d16f6f6bdf1efd54d2c45237 (patch)
treea1651d48113413e2de1e6e309362511b1ff7ffa8 /src/common/CMakeLists.txt
parentcitra-qt: Add helper function to get a monospace QFont (diff)
downloadyuzu-0fcabd2b11a5b1d4d16f6f6bdf1efd54d2c45237.tar.gz
yuzu-0fcabd2b11a5b1d4d16f6f6bdf1efd54d2c45237.tar.xz
yuzu-0fcabd2b11a5b1d4d16f6f6bdf1efd54d2c45237.zip
Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and multi-threaded timeline view.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index e743a026d..7f3712efa 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -11,6 +11,7 @@ set(SRCS
11 logging/text_formatter.cpp 11 logging/text_formatter.cpp
12 logging/backend.cpp 12 logging/backend.cpp
13 memory_util.cpp 13 memory_util.cpp
14 microprofile.cpp
14 misc.cpp 15 misc.cpp
15 profiler.cpp 16 profiler.cpp
16 scm_rev.cpp 17 scm_rev.cpp
@@ -43,6 +44,8 @@ set(HEADERS
43 make_unique.h 44 make_unique.h
44 math_util.h 45 math_util.h
45 memory_util.h 46 memory_util.h
47 microprofile.h
48 microprofileui.h
46 platform.h 49 platform.h
47 profiler.h 50 profiler.h
48 profiler_reporting.h 51 profiler_reporting.h