diff options
| -rw-r--r-- | fltk-config.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fltk-config.cmake.in b/fltk-config.cmake.in index e4134023c..fcf146093 100644 --- a/fltk-config.cmake.in +++ b/fltk-config.cmake.in @@ -358,6 +358,9 @@ if test "$echo_ldstaticflags" = "yes"; then fi if test "$echo_libs" = "yes"; then + USELIBS="$libdir/libfltk.a" + + if test x$use_forms = xyes; then USELIBS="$libdir/libfltk_forms.a $USELIBS" fi |
