Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

chore: Add the possibility to install dev headers #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eclipseo
Copy link

@eclipseo eclipseo commented Apr 2, 2019

The library should provide the possibility to install development
headers. This patch adds this option by splitting sources and headers in
the CMakeLists file, allowing to install the headers separately.

Signed-off-by: Robert-André Mauchin [email protected]

@msftclas
Copy link

msftclas commented Apr 2, 2019

CLA assistant check
All CLA requirements met.

Currently the library is installed in hardcoded /lib path. This patch
use the standard GNUInstallDirs macros to install it in either lib or
lib64, according to the user platform.

Signed-off-by: Robert-André Mauchin <[email protected]>
@eclipseo eclipseo force-pushed the install_includes branch 2 times, most recently from f657ce6 to 9d25778 Compare April 2, 2019 20:12
@eclipseo eclipseo changed the title Install includes chore: Add the possibility to install dev headers Apr 2, 2019
The library should provide the possibility to install development
headers. This patch adds this option by splitting sources and headers in
the CMakeLists file, allowing to install the headers separately.

Signed-off-by: Robert-André Mauchin <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants