Cleaning for mesh addition.
This commit is contained in:
parent
8e0ce22b57
commit
402f381d10
67 changed files with 655 additions and 456 deletions
|
@ -1,7 +1,7 @@
|
|||
list(APPEND visual_elements_LIB_INCLUDES
|
||||
GeometryElement.cpp
|
||||
RectangleElement.cpp
|
||||
TextElement.cpp
|
||||
GeometryNode.cpp
|
||||
RectangleNode.cpp
|
||||
TextNode.cpp
|
||||
VisualLayer.cpp
|
||||
)
|
||||
|
||||
|
@ -12,7 +12,7 @@ target_include_directories(visual_elements PUBLIC
|
|||
"${PROJECT_SOURCE_DIR}/src/geometry/"
|
||||
)
|
||||
|
||||
target_link_libraries(visual_elements PUBLIC core geometry)
|
||||
target_link_libraries(visual_elements PUBLIC core geometry mesh image)
|
||||
|
||||
set_property(TARGET visual_elements PROPERTY FOLDER src)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue