renamed c_tools to c_src and moved zobov to that directory

This commit is contained in:
Paul M. Sutter 2024-05-22 15:54:36 -04:00
parent 50ad2d6d73
commit 3203c24ec5
48 changed files with 3 additions and 4 deletions

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})
install(TARGETS voz1b1 vozinit voztie DESTINATION ${VIDE_BIN})