summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportImport/installlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/ExportImport/installlib.c')
-rw-r--r--Tests/RunCMake/ExportImport/installlib.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/ExportImport/installlib.c b/Tests/RunCMake/ExportImport/installlib.c
new file mode 100644
index 0000000..00d503c
--- /dev/null
+++ b/Tests/RunCMake/ExportImport/installlib.c
@@ -0,0 +1,8 @@
+#if !(!defined(BUILD_LOCAL_INTERFACE) && !defined(BUILD_INTERFACE) && \
+ defined(INSTALL_INTERFACE))
+# error "Incorrect compile definitions"
+#endif
+
+void installlib(void)
+{
+}