commit | 547f73d66f8e65407db93520c99a24fc168520ec | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 05 15:07:54 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 05 15:07:54 2011 +0000 |
tree | 662bcc5ce7fe29bf57f2d80b16184d9a16a4a0ba | |
parent | 99ed6788b27c6bfa26ca3c5b38c4050e6de2eecd [diff] [blame] |
- Added install targets to the CMake files
diff --git a/CMakeLists.txt b/CMakeLists.txt index 589fb04..3d42fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -14,5 +14,6 @@ include_directories(include/) add_subdirectory(library) +add_subdirectory(include) add_subdirectory(tests) add_subdirectory(programs)