본문 바로가기

카테고리 없음

Motif_libraries Motif_include_dir In Mac

DownloadPermalink

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

For example, CPack can only build component-based installers for Mac OS X 10.4 or newer, and can only build installers that download component son-the-fly for Mac OS X 10.5 or newer. If left blank, this value will be set to the minimum version of Mac OS X that supports the requested features. INSTALLNAMEDIR is a string specifying the directory portion of the 'installname' field of shared libraries on Mac OSX to use in the installed targets. When the target is created the values of the variables CMAKEINSTALLRPATH, CMAKEINSTALLRPATHUSELINKPATH, CMAKESKIPBUILDRPATH, CMAKEBUILDWITHINSTALLRPATH, and CMAKEINSTALLNAMEDIR are used to initialize these properties.

Sign up
  • MOTIFINCLUDEDIR - include paths to use Motif MOTIFLIBRARIES - Link these to use Motif; FindOpenAL: Locate OpenAL This module defines OPENALLIBRARY OPENALFOUND, if false, do not try to link to OpenAL OPENALINCLUDEDIR, where to find the headers.
  • SH ALL MODULES.SS AddFileDependencies.sp ADDFILEDEPENDENCIES(sourcefile dependfiles.).sp Adds the given files as dependencies to sourcefile.SS BundleUtilities.sp Functions to help assemble a standalone bundle application.sp A collection of CMake utility functions useful for dealing with.app bundles on the Mac and bundle-like.
Branch:master
Find file Copy path
Fetching contributors…
# - Try to find Motif (or lesstif)
# Once done this will define:
# MOTIF_FOUND - system has MOTIF
# MOTIF_INCLUDE_DIR - incude paths to use Motif
# MOTIF_LIBRARIES - Link these to use Motif
SET(MOTIF_FOUND 0)
IF(UNIX)
FIND_PATH(MOTIF_INCLUDE_DIR
Xm/Xm.h
/usr/openwin/include
)
FIND_LIBRARY(MOTIF_LIBRARIES
Xm
/usr/openwin/lib
)
ENDIF(UNIX)
# handle the QUIETLY and REQUIRED arguments and set MOTIF_FOUND to TRUE if
# all listed variables are TRUE
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Motif DEFAULT_MSG MOTIF_LIBRARIES MOTIF_INCLUDE_DIR)
MARK_AS_ADVANCED(
MOTIF_INCLUDE_DIR
MOTIF_LIBRARIES
)

Motif_libraries Motif_include_dir In Mac Pdf

Motif_include_dir

Motif_libraries Motif_include_dir In Mac Download

  • Copy lines
  • Copy permalink