Add technical report

This commit is contained in:
eddyem
2019-08-06 12:53:59 +03:00
parent 7ed2365045
commit 0556b0bbce
92 changed files with 23766 additions and 0 deletions

View File

@@ -5,5 +5,7 @@ include_directories(../)
add_executable(testmove tmcmdlnopts.c tm.c)
target_link_libraries(testmove -lusefull_macros)
install(TARGETS testmove DESTINATION "bin")
add_executable(wheels wheelscmdlnopts.c wheels.c)
target_link_libraries(wheels -lusefull_macros)
install(TARGETS wheels DESTINATION "bin")