summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
blob: a0d3ac9ad4f56ee8681f5f52381c3e92731b8426 (plain)
1
2
3
4
5
6
7
8
9
10
project(toynadicommon)
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)