Initial quantum compute and cleaning up win server.
This commit is contained in:
parent
af50eea208
commit
5362b694e0
45 changed files with 884 additions and 429 deletions
|
@ -2,8 +2,11 @@ set(MODULE_NAME visual_elements)
|
|||
|
||||
list(APPEND visual_elements_LIB_INCLUDES
|
||||
GeometryNode.cpp
|
||||
basic_shapes/RectangleNode.h
|
||||
basic_shapes/RectangleNode.cpp
|
||||
basic_shapes/CircleNode.h
|
||||
basic_shapes/CircleNode.cpp
|
||||
basic_shapes/LineNode.h
|
||||
basic_shapes/LineNode.cpp
|
||||
MaterialNode.cpp
|
||||
MeshNode.cpp
|
||||
|
@ -14,6 +17,7 @@ list(APPEND visual_elements_LIB_INCLUDES
|
|||
SceneText.cpp
|
||||
Texture.cpp
|
||||
GridNode.cpp
|
||||
AbstractVisualNode.h
|
||||
AbstractVisualNode.cpp
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue