CMakeLists.txt 242 B

1234567891011
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # (c) Daniel Llorens - 2018
  3. cmake_minimum_required (VERSION 3.5)
  4. project (ra-box)
  5. include_directories ("..")
  6. SET (TARGETS view-flat tuple-construct end iterator-as-ravel)
  7. include ("../config/cc.cmake")