COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command.

Given that files in "codec" look for files in "libjp3dvm", and files in
"libjp3dvm" look for header files in "codec".
This commit is contained in:
Luis Ibanez 2010-08-31 23:37:21 +00:00
parent 392d33cb85
commit 760205958d
2 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,13 @@
#VER_MAJOR = 1
#VER_MINOR = 0.0
# Headers file are located here:
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/codec
${CMAKE_CURRENT_SOURCE_DIR}/libjp3dvm
)
SUBDIRS(
libjp3dvm
codec

View File

@ -25,11 +25,6 @@ IF(DONT_HAVE_GETOPT)
ENDIF(DONT_HAVE_GETOPT)
# Headers file are located here:
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/../libjp3dvm
)
# Do the proper thing when building static...if only there was configured
# headers or def files instead
#IF(NOT BUILD_SHARED_LIBS)