In your plugin's CMakeLists file, use FIND_PATH and FIND_LIBRARY to let the cmake user choose the include and lib directories for ALGLIB respectively. Then use INCLUDE_DIRECTORIES and TARGET_LINK_LIBRARIES to let the compiler know about them.
On Thu, Feb 5, 2009 at 9:29 AM, Syrkina Ekaterina <[email protected]> wrote: > > Hallo, > > I want to use some of special functions implemented in > http://www.alglib.net/ for my paraview filter. How should I change my > CmakeLists.txt and (maybe) server manager xml for that? ALGLIB doesn't > have any CmakeLists or makefile. > > Is there any documentation on that? Or is there inverse of incomplete > regularized lower gamma function already implemented in VTK? I could > find it. > > Thanks. Best, > Katya > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > -- David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
