diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 10:11:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 3752f1d2172b9a46ae330d42104b7d48475c86a0 (patch) | |
tree | 65e62a8e5735b8b252a36e8d98d41f496658f443 | |
parent | e87b493748e723f9ab793179ad7fe02846a79532 (diff) |
README: point to the correct CMakeLists.txt sample
Change-Id: I4aad3403f190bf2033355a827e0e6fa5c1f7fe6d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ An example is available in **app-templates** submodule that you can copy and use: ```bash -cp conf.d/app-templates/cmake/CMakeLists.txt CMakeLists.txt +cp conf.d/app-templates/cmake/CMakeLists.txt.sample CMakeLists.txt ``` ### Create your CMake targets |