Skip to content

Commit

Permalink
Update buildsystems.md
Browse files Browse the repository at this point in the history
Move building a lib and link it to a C++ executable to the main level
  • Loading branch information
diehlpk authored Oct 21, 2024
1 parent f50e498 commit 430c317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/modules/compilation-model/buildsystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ A student should be able to:
2. Write a configuration file to compile a C++ executable
3. Pass compiler options via the build system
4. Use the build system to generate the executable
5. Write a configuration file to compile a library and link the library to a C++ executable

#### Caveats

Expand All @@ -110,7 +111,6 @@ _These are important topics that are not expected to be covered but provide
guidance where one can continue to investigate this topic in more depth._

* How to build libraries
* Write a configuration file for your own library
* How to have external libraries be downloaded during the build process
* Mention that build systems provide support for unit testing

0 comments on commit 430c317

Please sign in to comment.