Instantiate SDK thread. Add logger. Format logs to match SDK syntax. Change log domain to 'app'.
9 lines
187 B
CMake
9 lines
187 B
CMake
list(APPEND _LINPHONEAPP_SOURCES
|
|
core/App.cpp
|
|
core/path/Paths.cpp
|
|
core/setting/Settings.cpp
|
|
core/thread/Thread.cpp
|
|
|
|
)
|
|
|
|
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|