Created
June 18, 2021 06:14
-
-
Save dasl-/745a574c79b6dc84e81bcaa7c1e34da5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/perf/micro/meson.build b/perf/micro/meson.build | |
index 5ee45b5..13bd27c 100644 | |
--- a/perf/micro/meson.build | |
+++ b/perf/micro/meson.build | |
@@ -50,6 +50,7 @@ perf_micro_headers = [ | |
'zrusin-another.h', | |
] | |
+incboilerplate = include_directories('boilerplate') | |
libcairoperfmicro = static_library('cairo-perf-micro', | |
perf_micro_sources + perf_micro_headers, | |
include_directories: [incbase, incsrc, incboilerplate, incmicro], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment