1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

[IDE] Support CLion and cmake to build and debug SRS. 4.0.141

1. Remove all except JetBrains clion by cmake
2. Add .run/srs.run.xml for debugging for CLion.
3. Auto configure SRS when load CMakeLists.txt
This commit is contained in:
winlin 2021-07-16 07:29:55 +08:00
parent 3182dee1c5
commit c209e547a8
17 changed files with 82 additions and 2284 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 140
#define VERSION_REVISION 141
#endif