1 # - Try to find Motif (or lesstif)
2 # Once done this will define:
3 # MOTIF_FOUND - system has MOTIF
4 # MOTIF_INCLUDE_DIR - include paths to use Motif
5 # MOTIF_LIBRARIES - Link these to use Motif
10 FIND_PATH(MOTIF_INCLUDE_DIR
15 FIND_LIBRARY(MOTIF_LIBRARIES
22 # handle the QUIETLY and REQUIRED arguments and set MOTIF_FOUND to TRUE if
23 # all listed variables are TRUE
24 INCLUDE(FindPackageHandleStandardArgs)
25 FIND_PACKAGE_HANDLE_STANDARD_ARGS(Motif DEFAULT_MSG MOTIF_LIBRARIES MOTIF_INCLUDE_DIR)