mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(CMakeLists.txt): coding style
This commit is contained in:
parent
9a269a14fe
commit
206f31c39f
1 changed files with 8 additions and 9 deletions
|
|
@ -65,18 +65,17 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DQT_QML_DEBUG -DQT_DECLARAT
|
|||
set(QT5_PACKAGES Core Gui Quick Widgets QuickControls2 Svg LinguistTools Network Concurrent)
|
||||
|
||||
if(LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
|
||||
include("${EP_linphone_CONFIG_DIR}/LinphoneConfig.cmake")
|
||||
include("${EP_linphone_CONFIG_DIR}/wrappers/cpp/LinphoneCxxConfig.cmake")
|
||||
include("${EP_bctoolbox_CONFIG_DIR}/BctoolboxConfig.cmake")
|
||||
include("${EP_belcard_CONFIG_DIR}/BelcardConfig.cmake")
|
||||
include("${EP_linphone_CONFIG_DIR}/LinphoneConfig.cmake")
|
||||
include("${EP_linphone_CONFIG_DIR}/wrappers/cpp/LinphoneCxxConfig.cmake")
|
||||
include("${EP_bctoolbox_CONFIG_DIR}/BctoolboxConfig.cmake")
|
||||
include("${EP_belcard_CONFIG_DIR}/BelcardConfig.cmake")
|
||||
else()
|
||||
find_package(Linphone REQUIRED)
|
||||
find_package(LinphoneCxx REQUIRED)
|
||||
find_package(BcToolbox REQUIRED)
|
||||
find_package(Belcard REQUIRED)
|
||||
find_package(Linphone REQUIRED)
|
||||
find_package(LinphoneCxx REQUIRED)
|
||||
find_package(BcToolbox REQUIRED)
|
||||
find_package(Belcard REQUIRED)
|
||||
endif()
|
||||
|
||||
|
||||
set(SOURCES
|
||||
src/app/App.cpp
|
||||
src/app/AvatarProvider.cpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue