Files
CMake/Tests/RunCMake/ExportImport/locallib.c
2022-11-17 09:31:27 -05:00

9 lines
188 B
C

#if !(defined(BUILD_LOCAL_INTERFACE) && defined(BUILD_INTERFACE) && \
!defined(INSTALL_INTERFACE))
# error "Incorrect compile definitions"
#endif
void locallib(void)
{
}