CMakeLists.txt 983 B

12345678910111213141516171819202122
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # Cmake file for ra/test
  3. # (c) Daniel Llorens - 2018-2024
  4. # This library is free software; you can redistribute it and/or modify it under
  5. # the terms of the GNU Lesser General Public License as published by the Free
  6. # Software Foundation; either version 3 of the License, or (at your option) any
  7. # later version.
  8. cmake_minimum_required (VERSION 3.5)
  9. project (ra-test)
  10. include_directories ("..")
  11. SET (TARGETS at bench big-0 big-1 bug83 checks compatibility concrete const constexpr dual
  12. early explode-0 foreign frame-new frame-old fromb fromu headers io iota iterator-small len
  13. list9 macros mem-fn nested-0 old operators optimize owned ownership ply ra-0 ra-1 ra-10 ra-11
  14. 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
  15. reexported reshape return-expr self-assign sizeof small-0 small-1 stl-compat swap tensorindex
  16. tuples types vector-array view-ops wedge where wrank)
  17. include ("../config/cc.cmake")