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