summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportImport/buildlib.c
blob: ac193104af719df186951626673430d24db3df32 (plain)
1
2
3
4
5
6
7
8
#if !(!defined(BUILD_LOCAL_INTERFACE) && defined(BUILD_INTERFACE) &&          \
      !defined(INSTALL_INTERFACE))
#  error "Incorrect compile definitions"
#endif

void buildlib(void)
{
}