Christoph Niethammer
068686efb3
Moved packages into sub directories easing the use of additional installation files (e.g. patches). Calling sit now with the following syntax: [OPTIONS] ./sit <category>/<package>/<package>-<version>
8 lines
405 B
Diff
8 lines
405 B
Diff
156,158c156,158
|
|
< install( FILES ${FFHEADERS} DESTINATION /include/ff/ )
|
|
< install( FILES ${FFHEADERS_AT} DESTINATION /include/ff/atomic )
|
|
< install( FILES ${FFHEADERS_PLAT} DESTINATION /include/ff/platforms )
|
|
---
|
|
> install( FILES ${FFHEADERS} DESTINATION include/ff/ )
|
|
> install( FILES ${FFHEADERS_AT} DESTINATION include/ff/atomic )
|
|
> install( FILES ${FFHEADERS_PLAT} DESTINATION include/ff/platforms )
|