16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 19:49:19 +02:00
This commit is contained in:
milek7
2019-01-02 22:31:46 +01:00
parent 1cad7ad297
commit b1cb4ad1ea
24 changed files with 462 additions and 173 deletions

View File

@@ -22,7 +22,8 @@ file(GLOB HEADERS "*.h"
"Console/*.h"
"McZapkie/*.h"
"gl/*.h"
"network/*.h")
"network/*.h"
"widgets/*.h")
set(SOURCES
"Texture.cpp"
@@ -118,6 +119,8 @@ set(SOURCES
"network/tcp.cpp"
"network/manager.cpp"
"widgets/vehiclelist.cpp"
"ref/glad/src/glad.c"
"gl/shader.cpp"