Skip to content

Commit

Permalink
Update buildsystems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk authored Oct 21, 2024
1 parent 430c317 commit ee55d0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sources/modules/compilation-model/buildsystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Foundational --- Knowledge about build systems

Main --- Usage of build system to compile a executable

Advanced --- Usage of build system to compile a library or
add external libraries as a dependencies
Advanced --- Add external libraries as a dependencies

------------------------------------------------------------------------

Expand Down Expand Up @@ -88,7 +87,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
5. Write a configuration file to compile a library and link the library to a C++ executable

#### Caveats

Expand Down

0 comments on commit ee55d0e

Please sign in to comment.