diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 10:11:48 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 10:11:48 +0200 |
commit | 69290dbc1901c26c9c2d2a406c60b05b5c60af52 (patch) | |
tree | 930fc9578e1196e5d0684e491744386013533b45 | |
parent | b2d7048db2409eb88a02be1c215a7836d4f13676 (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 |