File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/modules/compilation-model Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ A student should be able to:
88882 . Write a configuration file to compile a C++ executable
89893 . Pass compiler options via the build system
90904 . 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
9192
9293#### Caveats
9394
@@ -110,7 +111,6 @@ _These are important topics that are not expected to be covered but provide
110111guidance where one can continue to investigate this topic in more depth._
111112
112113* How to build libraries
113- * Write a configuration file for your own library
114114* How to have external libraries be downloaded during the build process
115115* Mention that build systems provide support for unit testing
116116
You can’t perform that action at this time.
0 commit comments