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

@ -23,5 +23,8 @@ list(APPEND geometry_LIB_INCLUDES
# add the library
add_library(geometry SHARED ${geometry_LIB_INCLUDES})
target_include_directories(geometry PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}")
set_target_properties( geometry PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
set_property(TARGET geometry PROPERTY FOLDER src)