File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
sources/modules/compilation-model Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ Foundational --- Knowledge about build systems
1515
1616Main --- Usage of build system to compile a executable
1717
18- Advanced --- Usage of build system to compile a library or
19- add external libraries as a dependencies
18+ Advanced --- Add external libraries as a dependencies
2019
2120------------------------------------------------------------------------
2221
@@ -88,7 +87,7 @@ A student should be able to:
88872 . Write a configuration file to compile a C++ executable
89883 . Pass compiler options via the build system
90894 . Use the build system to generate the executable
91- 5 . Write a configuration file to compile a library and link the library to a C++ executable
90+ 5 . Write a configuration file to compile a library and link the library to a C++ executable
9291
9392#### Caveats
9493
You can’t perform that action at this time.
0 commit comments