We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d89c3d commit 2cc86e0Copy full SHA for 2cc86e0
README.md
@@ -19,6 +19,12 @@ Clone this repository. This does not necesarilly have to be in the application r
19
git clone https://github.com/rmspacefish/rtems-cmake.git
20
```
21
22
+If you want to add this repository to another repository, add it as a submodule instead
23
+
24
+```sh
25
+git submodule add https://github.com/rmspacefish/rtems-cmake.git
26
+```
27
28
After that, it is recommended to set the path to the RTEMS CMake support with the
29
following line in the application `CMakeLists.txt`
30
0 commit comments