summaryrefslogtreecommitdiffstats
path: root/samples.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-01-05 18:02:27 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:48 +0200
commit06a63e4e25ca569e922e9393a7f7b548eafaef9f (patch)
tree861a270f26914016c1b9b38724299ef7a329960b /samples.d
parent65d9fa331bf76d6446b88fff9128167f823e1b5f (diff)
Use LFSH named, rename data to var
Change-Id: I63ad812fc69c0ac38db0b16af405614fa68f6d54 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d')
-rw-r--r--samples.d/config.cmake.sample3
1 files changed, 0 insertions, 3 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample
index 1b6302e..3a7ef8f 100644
--- a/samples.d/config.cmake.sample
+++ b/samples.d/config.cmake.sample
@@ -36,9 +36,6 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
# 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 "*")