From 1888a208a2daacaabd28427bb519ce51ac283837 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 13 Jun 2018 11:08:39 +0200 Subject: Fix issue that prevent config file deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The required config file was not deployed during the widget creation. Also removed a useless and empty source file. Change-Id: Icaca2ef600441dba75d728a76a175049d31966a9 Signed-off-by: Loïc Collignon --- conf.d/project/CMakeLists.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'conf.d/project/CMakeLists.txt') diff --git a/conf.d/project/CMakeLists.txt b/conf.d/project/CMakeLists.txt index 56271b0..0d82354 100644 --- a/conf.d/project/CMakeLists.txt +++ b/conf.d/project/CMakeLists.txt @@ -16,13 +16,4 @@ # limitations under the License. ########################################################################### -PROJECT_TARGET_ADD(4a-hl-policy-config) - - file(GLOB CONF_FILES "*.json") - - add_input_files("${CONF_FILES}") - - SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - LABELS "BINDING-CONFIG" - OUTPUT_NAME ${TARGET_NAME} - ) +PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) -- cgit 1.2.3-korg