summaryrefslogtreecommitdiff
path: root/codec/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-27 12:38:52 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-11-27 12:38:52 +0000
commitefa5f7977cbaf85cc3034fc34d1094911bc99fbd (patch)
tree01b014fdf9f771f476220e86f11d1e4a6c553b59 /codec/CMakeLists.txt
parentc458af9cd697c0a5949ef2f5bd4ab5c45530457b (diff)
Created the file index.c in the codec directory. This file handles the creation of index files, at encoding and decoding.
Fixed bugs during the creation of the index (PCRL progression order)
Diffstat (limited to 'codec/CMakeLists.txt')
-rw-r--r--codec/CMakeLists.txt5
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