From dd95a6c4534ede16959653fe128365e06285d172 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 20 Jul 2017 15:56:35 +0200 Subject: Add possibility to customize option at link. Credit to Ronan Le Martret. Change-Id: I5ea24a275df6726f87ce5e87abbb2cfc6d029f28 Signed-off-by: Romain Forlot --- cmake/config.cmake.sample | 4 ++++ 1 file changed, 4 insertions(+) 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 # ----------------------------------------------------------------------- -- cgit 1.2.3-korg