Skip to content

Commit 5467908

Browse files
authored
CMake targets: fix subdir wording
1 parent d384b50 commit 5467908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Every Mbed CMake target should be prefixed with `mbed-`. Mbed boards listed in `
2121

2222
### Vendor selection
2323

24-
Vendor selection is handled in [`targets/CMakeLists.txt`](https://github.com/ARMmbed/mbed-os/blob/master/targets/CMakeLists.txt). The matching directory is added to directories to build.
24+
Vendor selection is handled in [`targets/CMakeLists.txt`](https://github.com/ARMmbed/mbed-os/blob/master/targets/CMakeLists.txt). A subdirectory is added to the build if one of the CMake targets it contains is referenced.
2525
e.g
2626

2727
```

0 commit comments

Comments
 (0)