CMake/Tests/ExportImport/Export/testLibRequired.c
Alex Neundorf 955b96629e exports: add a test for exporting dependent targets
The test exports two libraries into two separate exports,
and then include()s the generated export files. This must not fail.

Alex
2012-09-30 10:27:02 -04:00

2 lines
40 B
C

int testLibRequired(void) { return 0; }