admin管理员组

文章数量:1289891

I want to build symengine () in a C++ project.
I want to use CMake for that purpose.
And I want to use the CMake function

add_subdirectory(<path/to/symengine/clone/dir>)

for that since we do that with all external libraries in our project.

I am aware that symengine recommends to use find_package() for that purpose (), yet we do not want to use pre-built stuff in the project.

本文标签: cBuilding symengine with CMake39s addsubdirectory() in a projectStack Overflow