mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
11 lines
196 B
CMake
11 lines
196 B
CMake
list(APPEND _LINPHONEAPP_SOURCES
|
|
tool/Constants.cpp
|
|
tool/Utils.cpp
|
|
tool/LinphoneEnums.cpp
|
|
|
|
tool/providers/ImageProvider.cpp
|
|
)
|
|
|
|
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|
|
|
|
|