Skip to content

feat: add inja example #1969

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

Merged
merged 5 commits into from
Feb 14, 2025
Merged

feat: add inja example #1969

merged 5 commits into from
Feb 14, 2025

Conversation

vansangpfiev
Copy link
Contributor

Describe Your Changes

This pull request introduces a new example project for the inja template engine within the engine/examples directory. The changes include updates to the CMake configuration to support this new example, the addition of new source files, and a sample data file.

CMake Configuration Updates:

  • engine/CMakeLists.txt: Added an option to enable the inja example and conditionally include the examples/inja directory.
  • engine/examples/inja/CMakeLists.txt: Created a new CMake configuration file for the inja example, setting the C++ standard based on available features and configuring necessary libraries.

New Example Files:

Fixes Issues

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev merged commit c9f5d0e into dev Feb 14, 2025
8 checks passed
@vansangpfiev vansangpfiev deleted the feat/inja-example branch February 14, 2025 20:22
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 this pull request may close these issues.

3 participants