CMakeLists.txt 252 B

12345678910111213
  1. #
  2. # TI-NES CMake
  3. #
  4. # Created by Manoel TRAPIER.
  5. # Copyright (c) 2003-2008 986Corp. All rights reserved.
  6. #
  7. # $LastChangedDate$
  8. # $Author$
  9. # $HeadURL$
  10. # $Revision$
  11. file(GLOB ppu_debug_list debug/*.c)
  12. add_library(ppu ppu.c ppu.memory.c ${ppu_debug_list})