Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image).
This commit is contained in:
parent
f6ed93253b
commit
d5f9ea9fc2
|
@ -100,7 +100,7 @@ MARK_AS_ADVANCED(LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# For the codec...
|
# For the codec...
|
||||||
OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF)
|
OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." ON)
|
||||||
|
|
||||||
|
|
||||||
# configure name mangling to allow multiple libraries to coexist
|
# configure name mangling to allow multiple libraries to coexist
|
||||||
|
|
Loading…
Reference in New Issue