Browse Source

fix Bcg729Config.cmake.in

pull/5/head
Jehan Monnier 9 years ago
parent
commit
20f7bdd811
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Bcg729Config.cmake.in

+ 3
- 0
Bcg729Config.cmake.in View File

@ -44,6 +44,9 @@ else()
endif()
endif()
get_target_property(BCG729_INCLUDE_DIRS ${BCG729_TARGETNAME} INTERFACE_INCLUDE_DIRECTORIES)
if (NOT BCG729_INCLUDE_DIRS)
set (BCG729_INCLUDE_DIRS)
endif()
if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
list(INSERT BCG729_INCLUDE_DIRS 0 "${EP_bcg729_INCLUDE_DIR}")
else()


Loading…
Cancel
Save