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

Add website example source files to the CMake build for validation #1501

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

cary-ilm
Copy link
Member

@cary-ilm cary-ilm commented Aug 1, 2023

This validates that the example code on the website actually compiles.

  • Include all .cpp files in docs/src in docs/src/all.cpp and add
    it as a build dependency. This validates that it compiles, although
    there's no execution so it still doesn't validate correct behavior.

  • Move larger code-blocks from ReadingAndWritingImageFiles.rst into
    individual files in docs/src

- Include all .cpp files in `docs/src` in `docs/src/all.cpp` and add
  it as a build dependency. This validates that it compiles, although
  there's no execution so it still doesn't validate correct behavior.

- Move larger code-blocks from ReadingAndWritingImageFiles.rst into
  individual files in `docs/src`

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm merged commit ce8f39a into AcademySoftwareFoundation:main Aug 3, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants