diff options
| author | manuel <manuel@mausz.at> | 2016-11-24 21:27:41 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-11-24 21:27:41 +0100 |
| commit | 8cdf8dec703d882b46ca50a769fabb95ffc48e2c (patch) | |
| tree | f7fe8233508f79d3dc94f8f445ce6342e7dfbdbb /project/cmake/addons/depends/README | |
| parent | 5823b05feb29a59510c32a9c28ca18b50b9b6399 (diff) | |
| download | kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.gz kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.bz2 kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.zip | |
sync with upstream
Diffstat (limited to 'project/cmake/addons/depends/README')
| -rw-r--r-- | project/cmake/addons/depends/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project/cmake/addons/depends/README b/project/cmake/addons/depends/README index 66e924a..584a167 100644 --- a/project/cmake/addons/depends/README +++ b/project/cmake/addons/depends/README | |||
| @@ -34,9 +34,9 @@ specific paths: | |||
| 34 | builds. | 34 | builds. |
| 35 | * CORE_SYSTEM_NAME is the name of the platform (e.g. "linux" or "android") in | 35 | * CORE_SYSTEM_NAME is the name of the platform (e.g. "linux" or "android") in |
| 36 | lower-case (defaults to lowercase(CMAKE_SYSTEM_NAME)). | 36 | lower-case (defaults to lowercase(CMAKE_SYSTEM_NAME)). |
| 37 | * APP_ROOT points to the root directory of the project (default is the | 37 | * CORE_SOURCE_DIR points to the root directory of the project (default is the |
| 38 | absolute representation of ../../.. starting from this directory). | 38 | absolute representation of ../../.. starting from this directory). |
| 39 | * DEPENDS_PATH points to the directory where the built dependencies | 39 | * ADDON_DEPENDS_PATH points to the directory where the built dependencies |
| 40 | (their include and library file) will be installed to. | 40 | (their include and library file) will be installed to. |
| 41 | * ARCH_DEFINES specifies the platform-specific C/C++ preprocessor defines | 41 | * ARCH_DEFINES specifies the platform-specific C/C++ preprocessor defines |
| 42 | (defaults to empty). | 42 | (defaults to empty). |
| @@ -56,6 +56,6 @@ In case of additional options the call might look like this | |||
| 56 | 56 | ||
| 57 | cmake <path> [-G <generator>] \ | 57 | cmake <path> [-G <generator>] \ |
| 58 | -DCMAKE_BUILD_TYPE=Release \ | 58 | -DCMAKE_BUILD_TYPE=Release \ |
| 59 | -DAPP_ROOT="<path-to-project-root>" \ | 59 | -DCORE_SOURCE_DIR="<path-to-project-root>" \ |
| 60 | -DARCH_DEFINES="-DTARGET_LINUX" \ | 60 | -DARCH_DEFINES="-DTARGET_LINUX" \ |
| 61 | -DCMAKE_INSTALL_PREFIX="<path-to-install-directory" | 61 | -DCMAKE_INSTALL_PREFIX="<path-to-install-directory" |
