ibc / libsdptransform

Session Description Protocol C++ parser/writer based on the sdp-transform JavaScript library
MIT License
134 stars 56 forks source link

Changes/alterations to CMakeLists.txt #28

Open zerodefect opened 4 months ago

zerodefect commented 4 months ago
  1. The HEADER_FILES variables is only required for the installation step.
  2. The subdirs() function is deprecated and has been replaced with add_subdirectory().