补充参考资料.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-31 12:04:15 +08:00
parent e44e28e91f
commit a04ff11355
1 changed files with 6 additions and 0 deletions

View File

@ -105,3 +105,9 @@ add_dependencies(
<Depend TargetN>
)
```
## 参考资料
[cmake手册详解](https://blog.csdn.net/chengde6896383/article/details/81330564)
[cmake 的link_libraries和target_link_libraries](https://blog.csdn.net/harryhare/article/details/89143410)
[【学习cmake】cmake如何使用链接库 link_directories, LINK_LIBRARIES, target_link_librariesFIND_PACKAGE实践篇2](https://blog.csdn.net/KYJL888/article/details/85109782)