From bf2b208749ba37b35dec17207db38bf0c54c0b1f Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 6 Apr 2017 17:20:48 +0200 Subject: [PATCH] update docs --- fairmq/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 471ad2c8..c5403495 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -20,6 +20,13 @@ # * FairMQInstall - install everything from the FairMQ submodule # * FairMQTests - build all tests in the submodule # +# Installation: +# * Header files are installed hierarchically +# into ${CMAKE_INSTALL_PREFIX}/include/fairmq +# * All targets in FairMQFull are exported to +# ${CMAKE_INSTALL_PREFIX}/include/cmake/FairMQ.cmake +# with namespace prefix "FairRoot::" +# # ############################