CMakeLists.txt 702 B

12345678910111213141516
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # (c) Daniel Llorens - 2018-2024
  3. cmake_minimum_required (VERSION 3.5)
  4. project (ra-test)
  5. include_directories ("..")
  6. SET (TARGETS at bench big-0 big-1 bug83 checks compatibility concrete const constexpr dual
  7. early explode-0 foreign frame-new frame-old fromb fromu headers io iota iterator-small len
  8. list9 macros mem-fn nested-0 old operators optimize owned ownership ply ra-0 ra-1 ra-10 ra-11
  9. ra-12 ra-13 ra-14 ra-15 ra-2 ra-3 ra-4 ra-5 ra-6 ra-7 ra-8 ra-9 ra-dual reduction
  10. reexported reshape return-expr self-assign sizeof small-0 small-1 stl-compat swap tensorindex
  11. tuples types vector-array view-ops wedge where wrank)
  12. include ("../config/cc.cmake")