Missing variable and target call
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 24 May 2017 15:51:10 +0000 (17:51 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 24 May 2017 15:51:10 +0000 (17:51 +0200)
Change-Id: If0dbac632f45ecbb122a68bea18fb6e9645b86e7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/common.cmake

index 77ef9ce..4c85498 100644 (file)
@@ -339,6 +339,8 @@ endif()
 set(PROJECT_PKG_ENTRY_POINT ${CMAKE_SOURCE_DIR}/packaging CACHE PATH "Where package build files, like rpm.spec file or config.xml, are write.")
 
 set (PKG_TEMPLATE_PREFIX ${CMAKE_SOURCE_DIR}/etc CACHE PATH "Default Package Templates Directory")
+set(SSH_TEMPLATE_DIR ${PKG_TEMPLATE_PREFIX}/ssh)
+set(GDB_TEMPLATE_DIR ${PKG_TEMPLATE_PREFIX}/gdb)
 set(TEMPLATE_WGT_DIR "${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/default/wgt" CACHE PATH "Subpath to a directory where are stored needed files to build widget")
 set(TEMPLATE_RPM_DIR "${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/default/rpm" CACHE PATH "Subpath to a directory where are stored needed files to build rpm package")
 set(TEMPLATE_DEB_DIR "${CMAKE_SOURCE_DIR}/${PROJECT_APP_TEMPLATES_DIR}/default/deb" CACHE PATH "Subpath to a directory where are stored needed files to build deb package")
@@ -370,3 +372,6 @@ macro(project_closing_msg)
                        ${DEPENDENCIES_TARGET} ${PROJECT_TARGETS})
        endif()
 endmacro()
+
+# Add RSYSTARGET
+remote_targets_populate()