summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2021-05-15 10:53:08 +0200
committerUli Schlachter <psychon@znc.in>2021-05-15 10:53:08 +0200
commit339671c7872335a5ce748a635a314cbe375e303e (patch)
tree63edf7232c23d1790b432869da552e217bc1c03e /meson.build
parent1c5b4716f727584373178ff5aa46d6f2df400b84 (diff)
downloadcairo-339671c7872335a5ce748a635a314cbe375e303e.tar.gz
meson: Add perf/ directory
This adds the code under perf/ to meson. The only testing I did was "it builds for me". I do not have gtk+2 installed and so I did not even try whether that thing builds. Besides that, I mostly tried to stay close to the autofoo build.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 06df7f9c1..11002f501 100644
--- a/meson.build
+++ b/meson.build
@@ -901,6 +901,7 @@ subdir('util')
if not get_option('tests').disabled() and feature_conf.get('CAIRO_HAS_PNG_FUNCTIONS', 0) == 1
subdir('test')
+ subdir('perf')
endif
configure_file(output: 'config.h', configuration: conf)