Skip to content
New issue

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

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

Already on GitHub? # to your account

[C++] Add definition for __PROJECT_SOURCE_DIR__ to aeron_client's public interface #596

Merged
merged 2 commits into from
Dec 17, 2018

Conversation

denizevrenci
Copy link
Contributor

This is required in case there is an upper level directory that includes
Aeron. In that case the added definitions do not reach the source files
that may include Aeron headers and PROJECT_SOURCE_DIR will be
undefined to them.

This will further allow us to inherit other libraries and compile
definitions that the aeron_client's public interface requires.
…lic interface.

This is required in case there is an upper level directory that includes
Aeron. In that case the added definitions do not reach the source files
that may include Aeron headers and __PROJECT_SOURCE_DIR__ will be
undefined to them.
@denizevrenci denizevrenci changed the title [C++] Add definition for __PROJECT_SOURCE_DIR__ to the public interface of aeron_client [C++] Add definition for __PROJECT_SOURCE_DIR__ to aeron_client's public interface Dec 17, 2018
@mjpt777 mjpt777 merged commit de2ccd4 into aeron-io:master Dec 17, 2018
@denizevrenci denizevrenci deleted the more_cmake branch December 18, 2018 04:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants