Added "make install" support to the CMake project.
authorJoakim Söderberg <joakim.soderberg@gmail.com>
Tue, 19 Feb 2013 02:14:37 +0000 (10:14 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 19 Feb 2013 02:14:37 +0000 (10:14 +0800)
commit6ac970979097bb2432323b6a14450cc9fc503131
treeda3400b931c7e4033d0bf540986256913d26ad20
parentc6511a08b4405b30e835602f3964fbcec768a4e8
Added "make install" support to the CMake project.

- Does everything as the autoconf script does (I think).
- Generates SSL certs for the test-server
- Installs all test apps.
- Defaults to /usr/local/
- "DESTDIR=/bla make install" works
- Append "libwebsockets" to start of the test-app names like the autoconf stuff does.
- Only tested on OSX so far...
CMakeLists.txt
cmake/FindOpenSSLbins.cmake