Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cmake 中添加我的外部 .so 的简单过程是什么。我想知道需要添加的确切位置。以及包含目录路径。请提出最简单的方法。我是 CMake 的新手。
假设我的外部 .so 文件是 libclutter-1.0.so,它位于 bin/res 文件夹中。
请告诉我如何将它添加到 CMake 中?