Added: Personal projects directory
--HG-- branch : develop
This commit is contained in:
parent
30caac063e
commit
c228349098
3 changed files with 16 additions and 0 deletions
|
@ -242,6 +242,9 @@ external_stlport
|
|||
nel_tools*
|
||||
ryzom_tools*
|
||||
|
||||
#personal projects
|
||||
personal/
|
||||
|
||||
#Dumps
|
||||
*.dmp
|
||||
|
||||
|
|
|
@ -475,6 +475,10 @@ IF(WITH_STUDIO)
|
|||
ADD_SUBDIRECTORY(studio)
|
||||
ENDIF()
|
||||
|
||||
IF(WITH_PERSONAL)
|
||||
ADD_SUBDIRECTORY(personal)
|
||||
ENDIF()
|
||||
|
||||
# To build the documention, you will have to enable it
|
||||
# and then do the equivalent of "make DoxygenDoc".
|
||||
IF(BUILD_DOCUMENTATION)
|
||||
|
|
9
code/personal/README.md
Normal file
9
code/personal/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
cmake option to include CMakeLists.txt from this directory is `-DWITH_PERSONAL=ON`
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
ADD_SUBDIRECTORY(example)
|
||||
```
|
||||
|
Loading…
Reference in a new issue