16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 20:59:19 +02:00

Add videostream dev code

This commit is contained in:
michalpeterek
2019-04-08 23:21:29 +02:00
parent 47e8dbf19a
commit 97950ce5b2
5 changed files with 82 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ set(SOURCES
"imgui/imgui_draw.cpp"
"imgui/imgui_widgets.cpp"
"imgui/imgui_impl_glfw.cpp"
"extras/VS_Dev.cpp"
)
option(USE_IMGUI_GL3 "Use OpenGL3+ imgui implementation" ON)