update cmake options list
This commit is contained in:
parent
1681daf046
commit
5ded0d610a
19
README-CMAKE
19
README-CMAKE
@ -55,15 +55,16 @@ Usual CMake options :
|
||||
|
||||
Specific Exiv2 options :
|
||||
|
||||
-DEXIV2_ENABLE_SHARED : Build exiv2 as a shared library (dll).
|
||||
-DEXIV2_ENABLE_XMP : Build with XMP metadata support.
|
||||
-DEXIV2_ENABLE_LIBXMP : Build a static convenience Library for XMP.
|
||||
-DEXIV2_ENABLE_PNG : Build with png support (requires libz).
|
||||
-DEXIV2_ENABLE_NLS : Build native language support (requires gettext).
|
||||
-DEXIV2_ENABLE_PRINTUCS2 : Build with Printucs2.
|
||||
-DEXIV2_ENABLE_LENSDATA : Build including lens data.
|
||||
-DEXIV2_ENABLE_COMMERCIAL : Build with the EXV_COMMERCIAL_VERSION symbol set.
|
||||
-EXIV2_ENABLE_BUILD_SAMPLES : Build the unit tests.
|
||||
-DEXIV2_ENABLE_SHARED : Build exiv2 as a shared library (dll). [default=on ]
|
||||
-DEXIV2_ENABLE_XMP : Build with XMP metadata support. [default=on ]
|
||||
-DEXIV2_ENABLE_LIBXMP : Build a static convenience Library for XMP. [default=off]
|
||||
-DEXIV2_ENABLE_PNG : Build with png support (requires libz). [default=on ]
|
||||
-DEXIV2_ENABLE_NLS : Build native language support (requires gettext). [default=on ]
|
||||
-DEXIV2_ENABLE_PRINTUCS2 : Build with Printucs2. [default=on ]
|
||||
-DEXIV2_ENABLE_LENSDATA : Build including lens data. [default=on ]
|
||||
-DEXIV2_ENABLE_COMMERCIAL : Build with the EXV_COMMERCIAL_VERSION symbol set. [default=off]
|
||||
-DEXIV2_ENABLE_BUILD_SAMPLES : Build the unit tests. [default=off]
|
||||
-DEXIV2_ENABLE_BUILD_PO : Build translations files. [default=off]
|
||||
|
||||
Default install locations
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user