Cleaning for mesh addition.
This commit is contained in:
parent
8e0ce22b57
commit
402f381d10
67 changed files with 655 additions and 456 deletions
|
@ -2,6 +2,7 @@ list(APPEND mesh_LIB_INCLUDES
|
|||
AbstractMesh.cpp
|
||||
Edge.cpp
|
||||
Face.cpp
|
||||
TriFace.cpp
|
||||
Node.cpp
|
||||
QuadMesh.cpp
|
||||
TriMesh.cpp
|
||||
|
@ -13,5 +14,7 @@ list(APPEND mesh_LIB_INCLUDES
|
|||
add_library(mesh SHARED ${mesh_LIB_INCLUDES})
|
||||
target_link_libraries(mesh core geometry)
|
||||
|
||||
target_include_directories(mesh PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/")
|
||||
|
||||
set_target_properties( mesh PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
|
||||
set_property(TARGET mesh PROPERTY FOLDER src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue