From: Mathieu Malaterre Date: Mon, 1 Oct 2012 10:11:46 +0000 (+0000) Subject: [trunk] Fix missing getopt symbols on windows X-Git-Tag: version.2.0~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de33ba029b483b4e40d3ac6d532a9a413c5d3f7a;p=openjpeg [trunk] Fix missing getopt symbols on windows --- diff --git a/src/bin/jp3d/CMakeLists.txt b/src/bin/jp3d/CMakeLists.txt index d1bcca9b..f17f99cc 100644 --- a/src/bin/jp3d/CMakeLists.txt +++ b/src/bin/jp3d/CMakeLists.txt @@ -3,6 +3,7 @@ # First thing define the common source: SET(common_SRCS convert.c + ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c ) # Headers file are located here: