6 lines
154 B
CMake
6 lines
154 B
CMake
list(APPEND _LINPHONEAPP_SOURCES
|
|
model/core/CoreModel.cpp
|
|
model/core/CoreListener.cpp
|
|
)
|
|
|
|
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|