diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-14 18:35:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-10 10:53:47 +0200 |
commit | c2271569bf1dd72b5fe6aaa110328dc0850c2088 (patch) | |
tree | ef84d49f954bc866e4b41cbeb5c591edfdb78000 /CMakeLists.txt | |
parent | bc69040626197b2bd7a9e05cf751f2d3ef2c083e (diff) |
Script for both native and target launch
Change-Id: I57ac01794ea92e235cb105acb22ab44f5566268b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 37a35cc..e6c1ff0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,5 +22,3 @@ include(CTest) enable_testing() include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) - -INSTALL(PROGRAMS afm-test DESTINATION ${CMAKE_INSTALL_BINDIR}) |