Initial commit.
This commit is contained in:
commit
59c6161fdb
134 changed files with 4751 additions and 0 deletions
7
src/geometry/CMakeLists.txt
Normal file
7
src/geometry/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
list(APPEND geometry_LIB_INCLUDES
|
||||
DiscretePoint.cpp
|
||||
Point.cpp)
|
||||
|
||||
# add the library
|
||||
add_library(geometry SHARED ${geometry_LIB_INCLUDES})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue