returned to original voz1b1 due to some compatibility issues

This commit is contained in:
P.M. Sutter 2015-02-18 20:59:33 -06:00
parent 89643ec953
commit 024d01c8ca
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#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)