Skip to content

Commit

Permalink
fix: update note ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf0223 committed Jun 22, 2024
1 parent 466e805 commit 7f33706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ mermaid: true
# pin: true
---

- [使用Chirpy Theme在GitHub Pages部署Jekyll](https://zhang-nianqiang.github.io/posts/Deploy-Jekyll-on-GitHub-Pages-using-Chirpy-Theme/)
- [使用Chirpy Theme在GitHub Pages部署Jekyll](https://zhang-nianqiang.github.io/posts/Deploy-Jekyll-on-GitHub-Pages-using-Chirpy-Theme/)
- [使用Jekyll + Github Pages搭建静态网站](https://whuwangyong.github.io/2022-03-29-jekyll/)
- [Text and Typography](https://chirpy.cotes.page/posts/text-and-typography/)
2 changes: 1 addition & 1 deletion _posts/2024-06-21-gperf-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make && make install

## 2. 将 gperftools 链接进待测试程序

如何在`CMake`中查找`gperftools`的路径,参考笔记 [CMake 编写FindPackage 模块](_site/posts/2024-06-21-cmake-find_package.md),添加自定义CMake Find Package模块,并在`CMakeLists.txt`中添加`find_package(gperftools)`,即可找到`gperftools`的路径。
如何在`CMake`中查找`gperftools`的路径,参考笔记 `CMake 编写FindPackage 模块`: `posts/2024-06-21-cmake-find_package.md`,添加自定义CMake Find Package模块,并在`CMakeLists.txt`中添加`find_package(gperftools)`,即可找到`gperftools`的路径。

编译脚本添加如下:

Expand Down

0 comments on commit 7f33706

Please sign in to comment.