fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
This commit is contained in:
parent
84d3b4de46
commit
13c5f806c6
|
@ -5,6 +5,9 @@ What's New for OpenJPIP
|
|||
! : changed
|
||||
+ : added
|
||||
|
||||
August 27, 2011
|
||||
* [antonin] fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
|
||||
|
||||
August 26, 2011
|
||||
* [antonin] fixed cmake and autotools files to reflect recent indexer changes in JPIP
|
||||
! [kaori] indexer using the latest openjpeg library
|
||||
|
|
|
@ -8,7 +8,8 @@ ${CMAKE_CURRENT_SOURCE_DIR}/jpipstream_manager.c
|
|||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
../../libopenjpip
|
||||
${OPENJPEG_SOURCE_DIR}/libopenjpeg
|
||||
${OPENJPEG_SOURCE_DIR}/applications/jpip/libopenjpip
|
||||
)
|
||||
|
||||
# Build executable
|
||||
|
|
Loading…
Reference in New Issue