CMakeLists.txt 291 B

1234567891011121314
  1. #
  2. # peTI-NESulator CMake
  3. #
  4. # Created by Manoel TRAPIER.
  5. # Copyright (c) 2003-2018 986-Studio. All rights reserved.
  6. #
  7. # $LastChangedDate$
  8. # $Author$
  9. # $HeadURL$
  10. # $Revision$
  11. add_library(apu SndUnixT.c Sound.c)
  12. #add_library(apu SndAlleg.c Sound.c)
  13. target_link_libraries(apu portaudio_static)