diff options
Diffstat (limited to 'codec/CMakeLists.txt')
| -rw-r--r-- | codec/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt index ecc31bdd..26cd7eeb 100644 --- a/codec/CMakeLists.txt +++ b/codec/CMakeLists.txt @@ -3,7 +3,9 @@ # First thing define the common source: SET(common_SRCS convert.c - ) + index.c +) + # Then check if getopt is present: INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) SET(DONT_HAVE_GETOPT 1) @@ -24,7 +26,6 @@ IF(DONT_HAVE_GETOPT) ) ENDIF(DONT_HAVE_GETOPT) - # Headers file are located here: INCLUDE_DIRECTORIES( ${OPENJPEG_SOURCE_DIR}/libopenjpeg |
