Skip to content

Commit

Permalink
update additional topics episode
Browse files Browse the repository at this point in the history
  • Loading branch information
code4yonglei committed Sep 17, 2024
1 parent 2898397 commit 6dbdf83
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/additional-topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


Additional Topics
===================
=================


.. objectives::
Expand All @@ -15,6 +15,16 @@ Additional Topics
Additional topics
-----------------

In addition to the contents covered in this ``Intro to CMake``, there are additional topics and advanced features of the CMake build system that may be of use on projects as they get larger. This is far from a comprehensive list, and information related to unlisted tasks may be found on official CMake documentation.

These topics include:

- `Creating and running tests with CTest <https://enccs.github.io/cmake-workshop/hello-ctest/>`_.
- `Automated dependency handling with FetchContent <https://enccs.github.io/cmake-workshop/fetch-content/>`_.
- `Mixing C++ and Fortran <https://enccs.github.io/cmake-workshop cxx-fortran/>`_.
- `Mixing Python and compiled languages <https://enccs.github.io/cmake-workshop/python-bindings/>`_.
- `Detecting your environment <https://enccs.github.io/cmake-workshop/environment/>`_.




Expand Down

0 comments on commit 6dbdf83

Please sign in to comment.