Add Windows support.
This commit is contained in:
parent
ee51f3ee09
commit
683ba5447f
37 changed files with 477 additions and 113 deletions
|
@ -4,4 +4,6 @@ list(APPEND geometry_LIB_INCLUDES
|
|||
|
||||
# add the library
|
||||
add_library(geometry SHARED ${geometry_LIB_INCLUDES})
|
||||
|
||||
|
||||
set_target_properties( geometry PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON )
|
||||
set_property(TARGET geometry PROPERTY FOLDER src)
|
Loading…
Add table
Add a link
Reference in a new issue