blob: d409828902b70eb4d5aa55a3f4d59d982759c8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
project(akonadinextcommon)
generate_flatbuffers(commands/handshake
commands/revisionupdate)
set(command_SRCS
commands.cpp
console.cpp
${CMAKE_CURRENT_BINARY_DIR}/commands/handshake_generated.h)
add_library(${PROJECT_NAME} ${command_SRCS})
qt5_use_modules(${PROJECT_NAME} Widgets)
|