Added "make install" support to the CMake project. 27/3127/1
authorJoakim Söderberg <joakim.soderberg@gmail.com>
Tue, 19 Feb 2013 02:14:37 +0000 (10:14 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:37 +0000 (13:01 -0800)
commitd1c3cd8bdce837bc3b2b7c72eb2e35f190e452a7
tree40c322c4a2348ced157d0e282b2680bd439dba9f
parent74c2a0ef5d935ca6f90cd170a10bf9a7485fc1c7
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