CMakeLists.txt 227 B

1234567891011
  1. #
  2. # peTI-NESulator CMake
  3. #
  4. # Created by Manoël Trapier.
  5. # Copyright (c) 2002-2019 986-Studio.
  6. #
  7. if (COVERALLS)
  8. set(COVERAGE_SRCS src/corecpu/corecpu.c ${COVERAGE_SRCS} PARENT_SCOPE)
  9. endif()
  10. add_library(corecpu corecpu.c)