aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/88 extract all/extractor.h
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-07-21 21:34:18 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-07-21 21:34:18 +0300
commit0e508bf81829ef29f0161836f643bf2edf495ced (patch)
treeb5a516ace99d56b4b8a58d6eaf65590b6bc744d1 /test cases/common/88 extract all/extractor.h
parent1910b1eb4807650357ed2bb4690dca5158c65033 (diff)
downloadmeson-0e508bf81829ef29f0161836f643bf2edf495ced.zip
meson-0e508bf81829ef29f0161836f643bf2edf495ced.tar.gz
meson-0e508bf81829ef29f0161836f643bf2edf495ced.tar.bz2
Added a extract_all_objects method to make recombining targets easier. Fixes #205.
Diffstat (limited to 'test cases/common/88 extract all/extractor.h')
-rw-r--r--test cases/common/88 extract all/extractor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/88 extract all/extractor.h b/test cases/common/88 extract all/extractor.h
new file mode 100644
index 0000000..d0917a1
--- /dev/null
+++ b/test cases/common/88 extract all/extractor.h
@@ -0,0 +1,6 @@
+#pragma once
+
+int func1();
+int func2();
+int func3();
+int func4();