Skip to content
Snippets Groups Projects
  1. Jun 29, 2021
  2. Jun 24, 2021
  3. Jun 22, 2021
  4. Jun 21, 2021
  5. Jun 16, 2021
  6. Jun 08, 2021
  7. Jun 06, 2021
  8. Jun 01, 2021
  9. May 20, 2021
  10. May 12, 2021
  11. May 09, 2021
  12. May 08, 2021
  13. May 07, 2021
  14. May 06, 2021
  15. May 05, 2021
    • James R.'s avatar
      Update CMakeLists.txt to use Sourcefiles · f9813844
      James R. authored
      This establishes (near) parity of source code file lists
      between the Makefile and CMakeLists.txt
      
      To make that change I messed around CMakeLists.txt a bit.
      It now uses target_sources and target_compile_definitions.
      I also removed some MSVC stuff since we don't actually
      care about MSVC--it made things easier.
      
      CMake minimum version 3.0 -> 3.13 for target_sources.
      f9813844
    • James R.'s avatar
      Fix minor errors with Windows ECHO, DEL, MD · 3d7205d4
      James R. authored
      - Quotes were not removed by ECHO.
      - DEL would print an error on nonexistent file.
      - MD would do this plus return a nonzero exit code.
      3d7205d4
Loading