CMakeLists.txt 208 B

1234567891011
  1. target_sources(WebRTCLib
  2. PRIVATE
  3. CreateVideoCodecFactory.cpp
  4. CreateVideoCodecFactory.h
  5. H264ProfileLevelId.cpp
  6. H264ProfileLevelId.h
  7. )
  8. if(Windows OR Linux)
  9. add_subdirectory(NvCodec)
  10. endif()