diff options
author | montellese <montellese@xbmc.org> | 2014-07-13 20:02:20 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-07-17 20:50:31 +0200 |
commit | d4f485cf5afa706dcaa944dd9658da5d394c04a7 (patch) | |
tree | ee99c8d97dc672c721e5085ad6410d7a51090bb8 /project/cmake | |
parent | 78de6b2e858cb8e5dd9c38405fd093f6cc1b3c14 (diff) |
cmake: clarify README of xbmc-addons project
Diffstat (limited to 'project/cmake')
-rw-r--r-- | project/cmake/addons/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/addons/README b/project/cmake/addons/README index e0b7a6c5d2..d34039c3dd 100644 --- a/project/cmake/addons/README +++ b/project/cmake/addons/README @@ -54,7 +54,7 @@ http://www.cmake.org/cmake/help/v2.8.8/cmake.html#section_Generators for a list. In case of additional options the call might look like this - cmake <path> -G <generator> \ + cmake <path> [-G <generator>] \ -DCMAKE_BUILD_TYPE=Release \ -DXBMCROOT="<path-to-xbmc-root>" \ -DARCH_DEFINES="-DTARGET_LINUX" \ |