(Translated by https://www.hiragana.jp/)
Feature/ability to build static and shared by alexismailov2 · Pull Request #1854 · alexa/avs-device-sdk · GitHub
Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Feature/ability to build static and shared #1854

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexismailov2
Copy link

@alexismailov2 alexismailov2 commented Dec 23, 2020

The issue in ability to build this project as a bunch of static libraries, and ability to switch off building SampleApp application(for example when libraries only needed).

Added a global option "BUILD_STATIC_LIBS" and in addition "BUILD_SAMPLE_APP" in the SampleApp/CMakeLists.txt.
It can be used by passing this options to cmake on generation stage.
For example this parameters will produce build system with static library building only and without SampleApp executable.
-DBUILD_STATIC_LIBS=ON
-DBUILD_SAMPLE_APP=OFF

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Alexander Ismailov added 2 commits December 24, 2020 00:50
…h linking now).

Signed-off-by: Alexander Ismailov <alexismailov2@gmail.com>
…ly libraries.

Signed-off-by: Alexander Ismailov <alexismailov2@gmail.com>
@kclchan
Copy link
Contributor

kclchan commented Dec 30, 2020

Thank you for the pull request. Our process is to make changes internally and run all test before pushing the change to github in the form of a new release. I have added this to our internal tracking system to be assessed and prioritized.

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

Successfully merging this pull request may close these issues.

2 participants