chore(coreapi/CMakeLists.txt): compile new cpp object base

This commit is contained in:
Ronan Abhamon 2017-07-26 13:31:31 +02:00
parent ed69bd4505
commit 58c9d50970
2 changed files with 7 additions and 3 deletions

View file

@ -198,10 +198,11 @@ endif()
# include_directories must be called only UNDER THIS LINE in order to use our
# projects submodules first (we do NOT want to have system headers in first position)
include_directories(
include/
coreapi/
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/coreapi/
coreapi/
include/
src/
)
set(LINPHONE_INCLUDE_DIRS
${BELLESIP_INCLUDE_DIRS}

View file

@ -35,6 +35,9 @@ endif()
set(LINPHONE_PRIVATE_HEADER_FILES
../src/object/object.h
../src/object/singleton.h
../src/utils/general.h
bellesip_sal/sal_impl.h
carddav.h
conference_private.h
@ -232,7 +235,7 @@ if(ENABLE_SHARED)
MACOSX_FRAMEWORK_IDENTIFIER org.linphone.linphone
MACOSX_FRAMEWORK_INFO_PLIST Info.plist.in
PUBLIC_HEADER "${LINPHONE_HEADER_FILES}"
)
)
endif()
if(BELCARD_FOUND)
if(APPLE)