diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-14 12:14:59 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-09-14 12:14:59 +0200 |
commit | 2ffcc61a750a2bf4598662b4612283fdc9d2a4e4 (patch) | |
tree | a729627f5474a4f5c84f3c7bf08bad6f71e44a73 /CMakeLists.txt | |
parent | 0bbf447e05691d6d14bae65bdbcfaef3c668bb1a (diff) |
Add automatic advertisement
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0d3989..d9d7bd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,8 @@ configure_file(agl-identity-agent.service.in agl-identity-agent.service @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/agl-identity-agent.service + ${CMAKE_CURRENT_SOURCE_DIR}/btle-advise.service + ${CMAKE_CURRENT_SOURCE_DIR}/btle-advise.timer DESTINATION ${PROJECT_DESTINATION} ) |