| From 6369a5be2af2ed1fa443f40f48deaf318d22713e Mon Sep 17 00:00:00 2001 |
| From: Hongxu Jia <hongxu.jia@windriver.com> |
| Date: Thu, 20 Jul 2017 05:06:00 -0400 |
| Subject: [PATCH 3/4] add missing dynamic library to FLTK_LIBRARIES |
| |
| Upstream-Status: Pending |
| |
| Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| --- |
| CMakeLists.txt | 2 ++ |
| 1 file changed, 2 insertions(+) |
| |
| diff --git a/CMakeLists.txt b/CMakeLists.txt |
| index fb72a00..5732dc8 100644 |
| --- a/CMakeLists.txt |
| +++ b/CMakeLists.txt |
| @@ -246,6 +246,8 @@ if(UNIX AND NOT APPLE) |
| endif() |
| endif() |
| |
| +set(FLTK_LIBRARIES ${FLTK_LIBRARIES} -lm -ldl -lpng -ljpeg) |
| + |
| # Check for GNUTLS library |
| option(ENABLE_GNUTLS "Enable protocol encryption and advanced authentication" ON) |
| if(ENABLE_GNUTLS) |
| -- |
| 2.7.4 |
| |