CMakeLists.txt 527 B

1234567891011121314151617
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # Cmake file for ra/box
  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-box)
  10. include_directories ("..")
  11. SET (TARGETS view-flat tuple-construct end iterator-as-ravel)
  12. include ("../config/cc.cmake")