CMakeLists.txt 207 B

123456789
  1. #
  2. # peTI-NESulator CMake
  3. #
  4. # Created by Manoël Trapier.
  5. # Copyright (c) 2002-2019 986-Studio.
  6. #
  7. add_library(oslib loadfile.c graphics.c sound.c io.c)
  8. target_link_libraries(oslib glfw ${OPENGL_glu_LIBRARY})