Fix compilation.
This commit is contained in:
parent
d0ab51c99a
commit
8e0ce22b57
4 changed files with 10 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue