[CMake] Re: Fltk project, visual studio 2005 (8) -- using FL/Fl.H
Colin D Bennett
cbennett at gibibit.com
Thu Sep 13 16:11:07 EDT 2007
Atwood, Robert C wrote:
> The tabinter.h file contains:
>
> // generated by Fast Light User Interface Designer (fluid) version
> 1.0108
>
> #ifndef tabinter_h
> #define tabinter_h
> #include <FL/Fl.H>
> ... Etc....
>
> I've selected the default for installing FLTK in Windows, C:\Program
> Files\FLTK and selected
>
> FLTK_INCLUDE_DIR C:/Program Files/FLTK/include/FL
Try specifying just C:/Program Files/FLTK/include in CMake (leave out
the final /FL component, since the #include directive contains a
reference to the FL subdirectory).
More information about the CMake
mailing list