CMakeLists.txt 649 B

12345678910111213141516171819
  1. # -*- coding: utf-8; mode: cmake -*-
  2. # Cmake file for ra/examples
  3. # (c) Daniel Llorens - 2016-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.10)
  9. project (ra-examples)
  10. include_directories ("..")
  11. SET (TARGETS agreement cast deriv explode-collapse indirect laplace2d laplace3d
  12. maxwell nested newton outer rangexpr read-me slicing small useret view where-pick
  13. throw)
  14. include ("../config/cc.cmake")