Conversation
|
make the |
|
Should the It might be useful to have export YAPDIR=${CMAKE_INSTALL_PREFIX}I think we shouldn't rely on environment variables (thus we should change the examples and the tests). |
|
We should exclude the installation of the data files from the full installation (which should only install the headers and lib). Perhaps a custom target, |
|
So what are the targets that will be available. I gather there will be
But will there also be
|
|
There is
I wasn't able to default |
|
And there's no way to create our own separate target Another option would be to somehow exclude the action in |
make installinstalls the header files in${CMAKE_INSTALL_PREFIX}/include/YAPwithrw-r--r--permissions, and the shared library libYAP.so in${CMAKE_INSTALL_PREFIX}/libwithrwxr-xr-xpermissions.Optionally a
DESTDIRcan be specified at installation-time:This will install the files in
${DESTDIR}/${CMAKE_INSTALL_PREFIX}.@greenwald Which permissions should the
data/files have when installed?