mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
fixed erroneous removal of three lines from fltk-config.cmake.in
(STR #2408) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7815 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user