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
An error occurred while fetching the assigned milestone of the selected merge_request.
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
2
0
0
Compare
version 7
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 8
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
2 files
+
4
−
1
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
Search (e.g. *.vue) (Ctrl+P)
src/CMakeLists.txt
+
1
−
1
Options
View file @ 9ec8f6a9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,7 +47,7 @@ if(HAVE_DLOPEN)
list
(
APPEND LINK_LIBS dl
)
endif
()
if
(
ENABLE_ADVANCED_IM
)
if
(
ENABLE_ADVANCED_IM
)
list
(
APPEND LINK_LIBS
${
XercesC_TARGET
}
)
if
(
APPLE AND NOT IOS
)
list
(
APPEND APPLE_LIBS
"-framework CoreServices"
)
tester/CMakeLists.txt
+
3
−
0
Options
View file @ 9ec8f6a9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -53,6 +53,9 @@ endif()
if
(
TurboJpeg_FOUND
)
list
(
APPEND OTHER_LIBS_FOR_TESTER
${
TurboJpeg_TARGET
}
)
endif
()
if
(
XercesC_FOUND
)
list
(
APPEND OTHER_LIBS_FOR_TESTER
${
XercesC_TARGET
}
)
endif
()
if
(
ENABLE_CXX_WRAPPER
)
list
(
APPEND OTHER_LIBS_FOR_TESTER liblinphone++
)
Menu
Explore
Projects
Groups
Topics
Snippets