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