Added: Personal projects directory

--HG--
branch : develop
This commit is contained in:
Nimetu 2018-05-28 14:36:58 +03:00
parent 30caac063e
commit c228349098
3 changed files with 16 additions and 0 deletions

View file

@ -242,6 +242,9 @@ external_stlport
nel_tools*
ryzom_tools*
#personal projects
personal/
#Dumps
*.dmp

View file

@ -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
View file

@ -0,0 +1,9 @@
cmake option to include CMakeLists.txt from this directory is `-DWITH_PERSONAL=ON`
Example:
```
ADD_SUBDIRECTORY(example)
```