CMakeLists.txt 228 B

12345678910111213
  1. target_sources(WebRTCLib
  2. PRIVATE
  3. OpenGLGraphicsDevice.cpp
  4. OpenGLGraphicsDevice.h
  5. OpenGLTexture2D.cpp
  6. OpenGLTexture2D.h
  7. OpenGLContext.cpp
  8. OpenGLContext.h
  9. )
  10. if(Linux)
  11. add_subdirectory(implib)
  12. endif()