Skip to content

Commit 430c317

Browse files
authored
Update buildsystems.md
Move building a lib and link it to a C++ executable to the main level
1 parent f50e498 commit 430c317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/modules/compilation-model/buildsystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ A student should be able to:
8888
2. Write a configuration file to compile a C++ executable
8989
3. Pass compiler options via the build system
9090
4. 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
110111
guidance 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

0 commit comments

Comments
 (0)