aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/README.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 21:34:00 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 21:34:00 +0100
commitf2b0515fdd1cb84bebe24cac59498b682b49de80 (patch)
tree982de03ee12c0bc1e6114af6d53acd93af6180a0 /src/development/README.md
parentcdfb2d84b16cf363558d9d2534a26963b53d05b2 (diff)
downloadnotes-f2b0515fdd1cb84bebe24cac59498b682b49de80.tar.gz
notes-f2b0515fdd1cb84bebe24cac59498b682b49de80.zip
cmake: add note about PRIVATE/PUBLIC/INTERFACE
Diffstat (limited to 'src/development/README.md')
-rw-r--r--src/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/development/README.md b/src/development/README.md
index 117ef17..af18a02 100644
--- a/src/development/README.md
+++ b/src/development/README.md
@@ -4,6 +4,7 @@
- [c++](./c++.md)
- [glibc](./glibc.md)
- [gcc](./gcc.md)
+- [cmake](./cmake.md)
- [make](./make.md)
- [ld.so](./ld.so.md)
- [symbol versioning](./symbolver.md)