Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

feat: add inja example #1969

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 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.

3 participants