CMake: export client and plugin headers in separate directories

client headers are exporter in parameter/client; plugin headers in
parameter/plugin.

Also, reduce the list of exported plugin headers to the bare minimum.

Signed-off-by: David Wagner <david.wagner@intel.com>
1 file changed
tree: cc0e06027399a6559eb67a2b1fd099ffa11869ff
  1. parameter/
  2. remote-process/
  3. remote-processor/
  4. Schemas/
  5. test/
  6. tools/
  7. utility/
  8. xmlserializer/
  9. .gitignore
  10. Android.mk
  11. CMakeLists.txt
  12. COPYING
  13. README.md
README.md

parameter-framework

tl;dr: compilation instructions are at the end

Introduction

WIP

Compiling

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 ..