10 lines
130 B
Markdown
10 lines
130 B
Markdown
|
|
||
|
cmake option to include CMakeLists.txt from this directory is `-DWITH_PERSONAL=ON`
|
||
|
|
||
|
Example:
|
||
|
|
||
|
```
|
||
|
ADD_SUBDIRECTORY(example)
|
||
|
```
|
||
|
|