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

[FEATURE] Improved CMake Installation Support #1209

Open
BestITUserEUW opened this issue Nov 15, 2024 · 0 comments
Open

[FEATURE] Improved CMake Installation Support #1209

BestITUserEUW opened this issue Nov 15, 2024 · 0 comments

Comments

@BestITUserEUW
Copy link

When integrating the Kinesis Video Producer library into a project, the current installation step includes the entire source directory, including .cpp files:

install(
  DIRECTORY ${KINESIS_VIDEO_PRODUCER_CPP_SRC}/src
  DESTINATION .)

Would it be possible to provide a proper installation process that installs only the necessary headers and compiled library for end-users?

This approach is already supported by other AWS C++ libraries, such as:

Currently, as a workaround, I have to build the Kinesis Video Producer library directly within my application, which I would prefer to avoid.

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

No branches or pull requests

1 participant