[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:
|
||||
SET(common_SRCS
|
||||
convert.c
|
||||
${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
|
||||
)
|
||||
|
||||
# Headers file are located here:
|
||||
|
|
Loading…
Reference in New Issue