summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
blob: 32e10f62d8e8a85d4e331187947061ca6a93eb8c (plain)
1
2
3
4
5
6
7
8
9
project(toynadicommon)
generate_flatbuffers(commands/handshake)

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)