diff options
Diffstat (limited to 'default/cmake/config.cmake.sample')
-rw-r--r-- | default/cmake/config.cmake.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default/cmake/config.cmake.sample b/default/cmake/config.cmake.sample index a7386c0..66be37c 100644 --- a/default/cmake/config.cmake.sample +++ b/default/cmake/config.cmake.sample @@ -29,6 +29,10 @@ set(PROJECT_AUTHOR_MAIL "example.man@bigouden.bzh") set(PROJECT_LICENCE "APL2.0") set(PROJECT_LANGUAGES,"C") +# Where are stored default templates files from submodule or subtree app-templates in your project tree +# relative to the root project directory +set(PROJECT_APP_TEMPLATES_DIR "conf.d") + # Where are stored your external libraries for your project. This is 3rd party library that you don't maintain # but used and must be built and linked. # set(PROJECT_LIBDIR "libs") |