diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-09-23 17:19:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-30 14:27:02 (GMT) |
commit | 955b96629e05bf2ddb6c94fa7a130e2b5b744782 (patch) | |
tree | 4279d02e1feacb66739e028f7aeedabb136f5177 /Tests/ExportImport/Export/testLibRequired.c | |
parent | 6f50a04cc1c4584472f850e06daad7ae20af45c4 (diff) | |
download | CMake-955b96629e05bf2ddb6c94fa7a130e2b5b744782.zip CMake-955b96629e05bf2ddb6c94fa7a130e2b5b744782.tar.gz CMake-955b96629e05bf2ddb6c94fa7a130e2b5b744782.tar.bz2 |
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
Diffstat (limited to 'Tests/ExportImport/Export/testLibRequired.c')
-rw-r--r-- | Tests/ExportImport/Export/testLibRequired.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testLibRequired.c b/Tests/ExportImport/Export/testLibRequired.c new file mode 100644 index 0000000..e126d44 --- /dev/null +++ b/Tests/ExportImport/Export/testLibRequired.c @@ -0,0 +1 @@ +int testLibRequired(void) { return 0; } |