aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/88 extract all/extractor.h
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-07-21 21:47:04 +0300
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2015-07-21 21:47:04 +0300
commit5c38a0006812ce80a05f050251855a2ac380bbc8 (patch)
treeb5a516ace99d56b4b8a58d6eaf65590b6bc744d1 /test cases/common/88 extract all/extractor.h
parent1910b1eb4807650357ed2bb4690dca5158c65033 (diff)
parent0e508bf81829ef29f0161836f643bf2edf495ced (diff)
downloadmeson-5c38a0006812ce80a05f050251855a2ac380bbc8.zip
meson-5c38a0006812ce80a05f050251855a2ac380bbc8.tar.gz
meson-5c38a0006812ce80a05f050251855a2ac380bbc8.tar.bz2
Merge pull request #206 from mesonbuild/extractall
Added a extract_all_objects method to make recombining targets easier…
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();