16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00
This commit is contained in:
milek7
2019-01-18 00:26:48 +01:00
parent aa82349aee
commit f63bd04bfe
17 changed files with 542 additions and 463 deletions

View File

@@ -23,6 +23,7 @@ file(GLOB HEADERS "*.h"
"McZapkie/*.h"
"gl/*.h"
"network/*.h"
"network/backend/*.h"
"widgets/*.h")
set(SOURCES
@@ -116,8 +117,8 @@ set(SOURCES
"network/network.cpp"
"network/message.cpp"
"network/tcp.cpp"
"network/manager.cpp"
"network/backend/asio.cpp"
"widgets/vehiclelist.cpp"