New project structure

This commit is contained in:
2017-04-28 15:44:24 -04:00
commit 7098f65110
50 changed files with 11246 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
add_executable(infinity-benchmark.run src/main.c)
target_link_libraries (infinity-benchmark.run LINK_PUBLIC lifting_static infinity_static multirow_static)