CMakeLists.txt 170 B

12345678
  1. #
  2. # peTI-NESulator CMake
  3. #
  4. # Created by Manoël Trapier.
  5. # Copyright (c) 2002-2019 986-Studio.
  6. #
  7. add_library(apu apu.c apu.c)
  8. target_link_libraries(apu portaudio_static)