deprecated older zobov

This commit is contained in:
P.M. Sutter 2015-01-30 04:27:15 -06:00
parent 41abc9eb35
commit d7faa7133c
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
add_executable(voz1b1 voz1b1.c readfiles.c vozutil.c voz.h)
target_link_libraries(voz1b1 ${QHULL_LIBRARY} ${MATH_LIB})
#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(jozov jozov.c findrtop.c)
#target_link_libraries(jozov ${MATH_LIB})
add_executable(vozinit vozinit.c readfiles.c)
target_link_libraries(vozinit ${MATH_LIB})