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

Allow users to specify RTC include paths #801

Merged
merged 1 commit into from
Feb 23, 2022
Merged

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Feb 18, 2022

Adds the environment variable FLAMEGPU_RTC_INCLUDE_DIRS, which users can use to specify include paths to be passed to the RTC compiler.

If the environment variable is not found, the working directory will be provided.

Users can specify multiple paths by using the platform-specific separator (; Windows, : Linux). (Note the choice here is based on compiler, rather than platform)

Based on #797

@Robadob Robadob self-assigned this Feb 18, 2022
If this variable is not found, the working directory will be used.
@Robadob Robadob changed the title RTC always treats the working directory as an include path. Allow users to specify RTC include paths Feb 21, 2022
@Robadob Robadob marked this pull request as ready for review February 21, 2022 14:52
@mondus mondus merged commit 18b111b into master Feb 23, 2022
@mondus mondus deleted the improve_rtc_includes branch February 23, 2022 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants