pull/102/head v1.0.7
Li ZongYing 2 years ago
parent 20cf300555
commit b0083722ce
  1. 2
      README.md
  2. 7
      app/CMakeLists.txt

@ -6,6 +6,8 @@
下载安装[releases](https://github.com/lizongying/my-tv/releases)
[my-tv](https://lyrics.run/my-tv.html)
![image](./screenshots/img.png)
![image](./screenshots/img_1.png)

@ -90,11 +90,12 @@ if (IS_SO_BUILD)
native-lib
libssl
libcrypto
# Links the log library to the target library.
${log-lib})
else ()
target_link_libraries( # Specifies the target library.
nothing
native-lib)
libssl
libcrypto
native-lib
${log-lib})
endif ()
Loading…
Cancel
Save