Fix compilation.
This commit is contained in:
parent
d0ab51c99a
commit
8e0ce22b57
4 changed files with 10 additions and 6 deletions
|
@ -11,6 +11,7 @@ list(APPEND mesh_LIB_INCLUDES
|
|||
|
||||
# add the library
|
||||
add_library(mesh SHARED ${mesh_LIB_INCLUDES})
|
||||
target_link_libraries(mesh core geometry)
|
||||
|
||||
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