mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-16 14:17:37 -05:00
* Adding PATCHES keyword. * Formatting fix. * Move cpm_add_patches() outside if/else scopes. * cmake-format: add PATCHES to CPMAddPackage. * Integration tests for PATCHES command. * Use get_filename_component() in place of cmake_path() for use with all cmake versions 3.14 and above. * Added an example and improved comment for cpm_add_patches.
76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
parse:
|
|
additional_commands:
|
|
cpmaddpackage:
|
|
pargs:
|
|
nargs: '*'
|
|
flags: []
|
|
spelling: CPMAddPackage
|
|
kwargs: &cpmaddpackagekwargs
|
|
NAME: 1
|
|
FORCE: 1
|
|
VERSION: 1
|
|
GIT_TAG: 1
|
|
DOWNLOAD_ONLY: 1
|
|
GITHUB_REPOSITORY: 1
|
|
GITLAB_REPOSITORY: 1
|
|
GIT_REPOSITORY: 1
|
|
SVN_REPOSITORY: 1
|
|
SVN_REVISION: 1
|
|
SOURCE_DIR: 1
|
|
DOWNLOAD_COMMAND: 1
|
|
FIND_PACKAGE_ARGUMENTS: 1
|
|
NO_CACHE: 1
|
|
GIT_SHALLOW: 1
|
|
URL: 1
|
|
URL_HASH: 1
|
|
URL_MD5: 1
|
|
DOWNLOAD_NAME: 1
|
|
DOWNLOAD_NO_EXTRACT: 1
|
|
HTTP_USERNAME: 1
|
|
HTTP_PASSWORD: 1
|
|
EXCLUDE_FROM_ALL: 1
|
|
SYSTEM: 1
|
|
SOURCE_SUBDIR: 1
|
|
PATCHES: +
|
|
OPTIONS: +
|
|
cpmfindpackage:
|
|
pargs:
|
|
nargs: '*'
|
|
flags: []
|
|
spelling: CPMFindPackage
|
|
kwargs: *cpmaddpackagekwargs
|
|
cpmdeclarepackage:
|
|
pargs:
|
|
nargs: '*'
|
|
flags: []
|
|
spelling: CPMDeclarePackage
|
|
kwargs: *cpmaddpackagekwargs
|
|
packageproject:
|
|
pargs:
|
|
nargs: '*'
|
|
flags: []
|
|
spelling: packageProject
|
|
kwargs:
|
|
NAME: 1
|
|
VERSION: 1
|
|
NAMESPACE: 1
|
|
INCLUDE_DIR: 1
|
|
INCLUDE_DESTINATION: 1
|
|
INCLUDE_HEADER_PATTERN: 1
|
|
BINARY_DIR: 1
|
|
COMPATIBILITY: 1
|
|
VERSION_HEADER: 1
|
|
EXPORT_HEADER: 1
|
|
DISABLE_VERSION_SUFFIX: 1
|
|
CPACK: 1
|
|
DEPENDENCIES: +
|
|
cpmusepackagelock:
|
|
pargs: 1
|
|
spelling: CPMUsePackageLock
|
|
cpmregisterpackage:
|
|
pargs: 1
|
|
spelling: CPMRegisterPackage
|
|
cpmgetpackageversion:
|
|
pargs: 2
|
|
spelling: CPMGetPackageVersion
|