mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
11 lines
493 B
CMake
11 lines
493 B
CMake
################################################################################
|
|
# Source groups - im
|
|
################################################################################
|
|
list (APPEND Source_Files__im
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/instant_messaging.cpp"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/instant_messaging.h"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/message_engine.cpp"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/message_engine.h"
|
|
)
|
|
|
|
set (Source_Files__im ${Source_Files__im} PARENT_SCOPE) |