summaryrefslogtreecommitdiffstats
path: root/Modules/FindKDE3.cmake
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix usage of FIND_PROGRAM command.Brad King2006-08-011-3/+3
* BUG: put the path to the kde3 lib dir in KDE3_LIB_DIR, not the completeAlexander Neundorf2006-03-211-1/+3
* STYLE: fix typosAlexander Neundorf2006-03-181-4/+3
* ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake,...Alexander Neundorf2006-03-091-0/+211
_LIBRARY_DEBUG - The osgGA debug library # # $OSGDIR is an environment variable that would # correspond to the ./configure --prefix=$OSGDIR # used in building osg. # # Created by Eric Wing. # Header files are presumed to be included like # #include <osg/PositionAttitudeTransform> # #include <osgGA/FlightManipulator> include(Findosg_functions) OSG_FIND_PATH (OSGGA osgGA/FlightManipulator) OSG_FIND_LIBRARY(OSGGA osgGA) include(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(osgGA DEFAULT_MSG OSGGA_LIBRARY OSGGA_INCLUDE_DIR)