aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h')
-rw-r--r--meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h b/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h
new file mode 100644
index 000000000..dca71d311
--- /dev/null
+++ b/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#ifdef _MSC_VER
+__declspec(dllimport)
+#endif
+const char* tachyon_phaser_command (void);