commit | f2a6d24795485839aa481f4c1d57812701e50e4b | [log] [tgz] |
---|---|---|
author | Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | Fri Jun 27 11:27:31 2014 +0200 |
committer | Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | Mon Jun 30 08:45:57 2014 +0200 |
tree | c3185dad6d5460831648f4fed8adfb4c2b6effd0 | |
parent | 23124b761018cac81ee694864f4be6373b841529 [diff] |
Add 3-clause BSD license to CMake makefiles. BZ: 207083 License headers were missing in CMake makefiles. This patch adds the 3-clause BSD license header to each CMakeLists.txt. Change-Id: Ia4da92e139e02d6348d655d0d88a16166d8431ca Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
tl;dr: compilation instructions are at the end
WIP
Run cmake .
then make
. You may then install libraries, headers and binaries with make install
. By default, they are installed under /usr/local
on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake .
command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .
.