From de33ba029b483b4e40d3ac6d532a9a413c5d3f7a Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 1 Oct 2012 10:11:46 +0000 Subject: [PATCH] [trunk] Fix missing getopt symbols on windows --- src/bin/jp3d/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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: