Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Merge requests
!2567
Improve CMake package config and find_package scripts.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ghislain MARY
requested to merge
feature/factorize-cmake-find-package-scripts
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
version 5
version 12
7bf0a7f7
1 year ago
version 11
7bb50af4
1 year ago
version 10
d6afa230
1 year ago
version 9
31496a22
1 year ago
version 8
9ec8f6a9
1 year ago
version 7
63e108a9
1 year ago
version 6
780ef871
1 year ago
version 5
fccedee1
1 year ago
version 4
83910af1
1 year ago
version 3
e292e499
1 year ago
version 2
4a05c936
1 year ago
version 1
78124385
1 year ago
master (base)
and
version 6
latest version
c3d44a10
1 commit,
1 year ago
version 12
7bf0a7f7
1 commit,
1 year ago
version 11
7bb50af4
1 commit,
1 year ago
version 10
d6afa230
1 commit,
1 year ago
version 9
31496a22
1 commit,
1 year ago
version 8
9ec8f6a9
1 commit,
1 year ago
version 7
63e108a9
1 commit,
1 year ago
version 6
780ef871
1 commit,
1 year ago
version 5
fccedee1
1 commit,
1 year ago
version 4
83910af1
1 commit,
1 year ago
version 3
e292e499
1 commit,
1 year ago
version 2
4a05c936
1 commit,
1 year ago
version 1
78124385
1 commit,
1 year ago
Show latest version
1 file
+
3
−
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
coreapi/CMakeLists.txt
+
3
−
0
Options
View file @ 780ef871
Edit in single-file editor
Open in Web IDE
Show full file
@@ -138,6 +138,9 @@ target_link_libraries(liblinphone-coreapi PRIVATE ${BelleSIP_TARGET} ${Belr_TARG
if
(
LibXml2_FOUND
)
target_link_libraries
(
liblinphone-coreapi PRIVATE
${
LibXml2_TARGET
}
)
endif
()
if
(
XercesC_FOUND
)
target_link_libraries
(
liblinphone-coreapi PRIVATE
${
XercesC_TARGET
}
)
endif
()
if
(
Tunnel_FOUND
)
target_link_libraries
(
liblinphone-coreapi PRIVATE
${
Tunnel_TARGET
}
)
endif
()
Menu
Explore
Projects
Groups
Topics
Snippets