diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2010-12-02 21:56:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-12-14 17:20:54 (GMT) |
commit | 88b7f4252c86f655c026d0906e7a8396cf75b70c (patch) | |
tree | 7b950e6346fea55edf5d31bbae429bda86a840b3 /Tests/CPackComponentsForAll/mylibapp.cpp | |
parent | b5d7f2c57c4ce50f7cfdaef7133df40ff6269c4c (diff) | |
download | CMake-88b7f4252c86f655c026d0906e7a8396cf75b70c.zip CMake-88b7f4252c86f655c026d0906e7a8396cf75b70c.tar.gz CMake-88b7f4252c86f655c026d0906e7a8396cf75b70c.tar.bz2 |
CPack new tests for component install
Diffstat (limited to 'Tests/CPackComponentsForAll/mylibapp.cpp')
-rw-r--r-- | Tests/CPackComponentsForAll/mylibapp.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CPackComponentsForAll/mylibapp.cpp b/Tests/CPackComponentsForAll/mylibapp.cpp new file mode 100644 index 0000000..a438ac7 --- /dev/null +++ b/Tests/CPackComponentsForAll/mylibapp.cpp @@ -0,0 +1,6 @@ +#include "mylib.h" + +int main() +{ + mylib_function(); +} |