Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
58c9d509
Commit
58c9d509
authored
Jul 26, 2017
by
Ronan
Browse files
chore(coreapi/CMakeLists.txt): compile new cpp object base
parent
ed69bd45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
CMakeLists.txt
CMakeLists.txt
+3
-2
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
58c9d509
...
...
@@ -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
}
...
...
coreapi/CMakeLists.txt
View file @
58c9d509
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment