diff options
Diffstat (limited to 'conf.d')
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 7 |
2 files changed, 0 insertions, 7 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject c881d86fc8852a2b2215856d3503aba192c0f4e +Subproject dc4debf13f6653163ea969ec57945edd9545c74 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 4e2449c5..8547d0a1 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -32,13 +32,6 @@ set(PROJECT_LANGUAGES,"C CXX") # relative to the root project directory set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") -# 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") - -# Where are stored data for your application. Pictures, static resources must be placed in that folder. -# set(PROJECT_RESOURCES "data") - # Which directories inspect to find CMakeLists.txt target files # set(PROJECT_SRC_DIR_PATTERN "*") |