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).

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to