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:
parent
9427107b94
commit
a56fbe42a4
|
@ -3,6 +3,13 @@
|
||||||
#VER_MAJOR = 1
|
#VER_MAJOR = 1
|
||||||
#VER_MINOR = 0.0
|
#VER_MINOR = 0.0
|
||||||
|
|
||||||
|
# Headers file are located here:
|
||||||
|
INCLUDE_DIRECTORIES(
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/codec
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/libjp3dvm
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS(
|
SUBDIRS(
|
||||||
libjp3dvm
|
libjp3dvm
|
||||||
codec
|
codec
|
||||||
|
|
|
@ -25,11 +25,6 @@ IF(DONT_HAVE_GETOPT)
|
||||||
ENDIF(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
|
# Do the proper thing when building static...if only there was configured
|
||||||
# headers or def files instead
|
# headers or def files instead
|
||||||
#IF(NOT BUILD_SHARED_LIBS)
|
#IF(NOT BUILD_SHARED_LIBS)
|
||||||
|
|
Loading…
Reference in New Issue