diff options
Diffstat (limited to 'test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h')
-rw-r--r-- | test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h b/test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h new file mode 100644 index 0000000..dca71d3 --- /dev/null +++ b/test cases/python/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); |