satheesh wrote:
> Hi,
> 
> I am new to FLTK - I wish to compile an example FLTK program using Cmake 
> tool,  I am on Kubuntu with Cmake 2.4 (patch 6) - Can some one please give me 
> some pointers please?
> 
> Here is what I do to get VTK working with CMake - How can I do some thing 
> similar for FLTK within the same project? - In the long run I wish to have 
> fltk-vtk within the same project.
> 

See also the recent (2 days ago) email about cmake and fltk in this same 
group.  You use:

FIND_MODULE( FLTK REQUIRED )
FLTK_WRAP_UI( yourexe yourexe.fl ... other .cpp/.fl files here... )
ADD_EXECUTABLE( yourexe WIN32 MACOSX_BUNDLE ${yourexe_FLTK_UI_SRCS} )

This is for FLTK1.1 where the .fl file is a fluid file.  cmake does not 
ship with stuff for fltk2, but you can find my module for FLTK2 in the 
mantis bug/feature request page of cmake.

If you have more doubts ask in the cmake mailing list.
The fltk-dev mailing list is for developing of fltk, so this is kind of 
off-topic here.

-- 
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to