CMakeLists.txt 581 B

123456789101112131415
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # (c) Daniel Llorens - 2018, 2019
  3. cmake_minimum_required (VERSION 3.5)
  4. project (ra-test)
  5. include_directories ("..")
  6. SET (TARGETS bench big-0 big-1 check-runtime compatibility concrete dual explode-0 frame-old
  7. frame-new from io iterator-small mem-fn const nested-0 operators optimize owned ownership ply old
  8. ra-0 ra-10 ra-1 ra-2 ra-3 ra-4 ra-5 ra-6 ra-7 ra-8 ra-9 ra-11 ra-dual reduction reshape view
  9. return-expr small-0 small-1 stl-compat tensorindex tuples types wedge where wrank list9 early
  10. macros)
  11. include ("../config/cc.cmake")