summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 10:11:46 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 10:11:46 +0000
commitde33ba029b483b4e40d3ac6d532a9a413c5d3f7a (patch)
treec3aa2dc38264dc3fccdbdc5e8f9f697c3a5d7781 /src/bin
parent465db44499c1002d966d4457cf3857c0f9eb8b25 (diff)
[trunk] Fix missing getopt symbols on windows
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jp3d/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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: