Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PSP library to work with CMake interface logic #254

Closed
jphickey opened this issue Mar 3, 2021 · 0 comments · Fixed by #255
Closed

Update PSP library to work with CMake interface logic #254

jphickey opened this issue Mar 3, 2021 · 0 comments · Fixed by #255
Assignees

Comments

@jphickey
Copy link
Contributor

jphickey commented Mar 3, 2021

Is your feature request related to a problem? Please describe.
PSP should "publish" its public API interface via CMake using target_include_directories and target_compile_definitions such that other modules that link to PSP (e.g. CFE core) will automagically get the include dirs and definitions without having to hard-code them.

Describe the solution you'd like
Use "target_include_directories" and "target_compile_definitions" to advertise the interface

Additional context
Required for moving toward an interface-based build.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant