[trunk] Fix missing getopt symbols on windows
This commit is contained in:
parent
465db44499
commit
de33ba029b
|
@ -3,6 +3,7 @@
|
||||||
# First thing define the common source:
|
# First thing define the common source:
|
||||||
SET(common_SRCS
|
SET(common_SRCS
|
||||||
convert.c
|
convert.c
|
||||||
|
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
|
||||||
)
|
)
|
||||||
|
|
||||||
# Headers file are located here:
|
# Headers file are located here:
|
||||||
|
|
Loading…
Reference in New Issue