CMake projectconfig
Compare changes
@@ -7,6 +7,12 @@ file (GLOB ${MODULE_NAME}_SRCS voro++.cc)
@@ -7,6 +7,12 @@ file (GLOB ${MODULE_NAME}_SRCS voro++.cc)
Create a CMake package, so the library can be found via find_package
.
Also create an example CMake project, that uses the library.