9 lines
No EOL
304 B
CMake
9 lines
No EOL
304 B
CMake
list(APPEND geometry_LIB_INCLUDES
|
|
DiscretePoint.cpp
|
|
Point.cpp)
|
|
|
|
# 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) |