8 lines
189 B
CMake
8 lines
189 B
CMake
list(APPEND _LINPHONEAPP_SOURCES
|
|
model/core/CoreModel.cpp
|
|
model/core/CoreListener.cpp
|
|
|
|
model/setting/SettingsModel.cpp
|
|
)
|
|
|
|
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|