8
3
Fork
You've already forked pEpEngine
0

Add target install_headers_only #224

Merged
lucasaiu merged 1 commit from dz/install_headers_only into master 2026年01月27日 10:55:11 +01:00
Owner
Copy link

There is already an install_headers target, but strangely enough, it still does a (full?) build. A pure header install comes in handy in situations where the build phase is executed by something else, e.g. Xcode, but downstream you still somewhere need the proper engine headers in the install-layout.

There is already an install_headers target, but strangely enough, it still does a (full?) build. A pure header install comes in handy in situations where the build phase is executed by something else, e.g. Xcode, but downstream you still somewhere need the proper engine headers in the install-layout.

install_headers does a full build because of machine-generated code; are we sure that no installed header is machine-generated? Let me quickly check.

install_headers does a full build because of machine-generated code; are we sure that no installed header is machine-generated? Let me quickly check.

Headers under asn.1/ are installed.

Headers under `asn.1/` are installed.

Anyway, I have no problem having one additional make target as well, if it is useful for you.

Anyway, I have no problem having one additional make target as well, if it is useful for you.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pEp/pEpEngine!224
Reference in a new issue
pEp/pEpEngine
No description provided.
Delete branch "dz/install_headers_only"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?