diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 13:12:18 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 13:12:18 +0200 |
commit | 04a040e28ade412ea5b1767bf77eed3956121973 (patch) | |
tree | dcc93a90f08300f49f82bc4612f0328ef77a4b64 /src/readme.md | |
parent | 30d84ef9ad4a0010288db18294766fd4d5ed6f4a (diff) |
move user-facing classes to api namespace
Diffstat (limited to 'src/readme.md')
-rw-r--r-- | src/readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/readme.md b/src/readme.md index a4a71e7..a8ffc51 100644 --- a/src/readme.md +++ b/src/readme.md @@ -18,7 +18,8 @@ running the build command: $ ninja -C build test_main ``` -Each source file in the example/ folder corresponds to a CMake target as well: +Each source file in the example/ folder corresponds to a CMake target as well +(all examples can be built at once by specifying the `examples` target): ``` $ ninja -C build audio_internal components_internal |