preparing public version

This commit is contained in:
P.M. Sutter 2014-04-21 23:58:17 -04:00
parent c57359197c
commit ad3e5d1577
25 changed files with 934 additions and 1500 deletions

16
zobov/CMakeLists.txt Normal file
View file

@ -0,0 +1,16 @@
add_executable(voz1b1 voz1b1.c readfiles.c vozutil.c voz.h)
target_link_libraries(voz1b1 ${QHULL_LIBRARY} ${MATH_LIB})
add_executable(jozov jozov.c findrtop.c)
target_link_libraries(jozov ${MATH_LIB})
add_executable(vozinit vozinit.c readfiles.c)
target_link_libraries(vozinit ${MATH_LIB})
add_executable(voztie voztie.c readfiles.c)
target_link_libraries(voztie ${MATH_LIB})