From 6a0e0eb8a1c6f709b02cd3a6eb4b2746806fcd90 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 10 Jul 2017 14:09:36 +0200 Subject: Fix: shared library files not found by gdb Old behavior assume a PATH that do not exists using XDS-server this patch intends to make a list of bindings using a regex, as GDB interprets the argument. Change-Id: I67caa1853be67813e8de02cdbb34f107f1e1676c Signed-off-by: Romain Forlot --- cmake/common.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake/common.cmake') diff --git a/cmake/common.cmake b/cmake/common.cmake index e9b8e4c..19ee6eb 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -46,5 +46,6 @@ configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) configure_files_in_dir(/etc/app-templates/scripts) project_targets_populate() +remote_targets_populate() project_package_build() project_closing_msg() -- cgit 1.2.3-korg