# # peTI-NESulator CMake # # Created by Manoƫl Trapier. # Copyright (c) 2002-2019 986-Studio. # if (COVERALLS) set(COVERAGE_SRCS src/corecpu/corecpu.c ${COVERAGE_SRCS} PARENT_SCOPE) endif() add_library(corecpu corecpu.c)