Voro++.0.4.5 with cmake for easy compilation under windows
Dropping my code of the [ cmake version of voro++0.4.5 ]. It helped me to compile the voro++ library under windows with cmake.
Run the Windows script cmake_gcc_debug.bat
to generate a makefile in build, then run make.
The CMakeList.txt I made is really simple, I only had to list the files in /src
of the lib. I also created a folder /lib
to output the library's binary and I separated sources from header in /include
. I had some minor modification to do in the source files which mainly consisted in adding missing includes. If you want an up to date version of voro++ use the official website release and my CMakeList.txt. There will be some compilation errors but nothing too hard to fix.
No comments