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/mylib.h | |
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/mylib.h')
-rw-r--r-- | Tests/CPackComponentsForAll/mylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CPackComponentsForAll/mylib.h b/Tests/CPackComponentsForAll/mylib.h new file mode 100644 index 0000000..5d0a822 --- /dev/null +++ b/Tests/CPackComponentsForAll/mylib.h @@ -0,0 +1 @@ +void mylib_function(); |