From: Romain Forlot Date: Thu, 20 Jul 2017 13:56:35 +0000 (+0200) Subject: Add possibility to customize option at link. X-Git-Tag: dab_3.99.3~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dd95a6c4534ede16959653fe128365e06285d172;p=staging%2Fxdg-launcher.git Add possibility to customize option at link. Credit to Ronan Le Martret. Change-Id: I5ea24a275df6726f87ce5e87abbb2cfc6d029f28 Signed-off-by: Romain Forlot --- diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 86513bd..fb878a2 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -66,6 +66,10 @@ set (PKG_REQUIRED_LIST libmicrohttpd>=0.9.55 ) +# Customize link option +# ----------------------------- +#list(APPEND link_libraries -an-option) + # Compilation options definition # Use CMake generator expressions to specify only for a specific language # -----------------------------------------------------------------------