CMakeLists.txt 850 B

1234567891011121314151617181920212223
  1. #
  2. # Check: a unit test framework for C
  3. # Copyright (C) 2020 Jose Fernando Lopez Fernandez
  4. #
  5. # This library is free software; you can redistribute
  6. # it and/or modify it under the terms of the GNU Lesser
  7. # General Public License as published by the Free Software
  8. # Foundation; either version 2.1 of the License, or (at
  9. # your option) any later version.
  10. #
  11. # This library is distributed in the hope that it will
  12. # be useful, but WITHOUT ANY WARRANTY; without even the
  13. # implied warranty of MERCHANTABILITY or FITNESS FOR A
  14. # PARTICULAR PURPOSE. See the GNU Lesser General Public
  15. # License for more details.
  16. #
  17. # You should have received a copy of the GNU Lesser General
  18. # Public License along with this library; if not, write
  19. # to the Free Software Foundation, Inc., 51 Franklin St,
  20. # Fifth Floor, Boston, MA 02110-1301 USA
  21. #
  22. ADD_SUBDIRECTORY(man)