diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c6e2dd..c668668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,18 +15,18 @@ set(CORE_LIBS set(CORE_SRC src/dep.cc src/irtools.cc - src/loop.cc - src/loop_basic.cc - src/loop_datacopy.cc - src/loop_extra.cc - src/loop_tile.cc - src/loop_unroll.cc + src/transformations/loop.cc + src/transformations/loop_basic.cc + src/transformations/loop_datacopy.cc + src/transformations/loop_extra.cc + src/transformations/loop_tile.cc + src/transformations/loop_unroll.cc src/omegatools.cc ) set(IR_CHILL_SRC src/ir_clang.cc - src/chill_ast.cc + src/chillASTs.cc ) set(PYTHON_SRC |