Fix compilation.

This commit is contained in:
James Grogan 2022-11-12 17:03:35 +00:00
parent d0ab51c99a
commit 8e0ce22b57
4 changed files with 10 additions and 6 deletions

View file

@ -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)