Closed ttti07 closed 1 year ago
@ttti07 Would be nice to check if it is working for different OS by calling CMake from CI workflow.
@AmbientLighter I added some commands to build.yml. Thanks for your guide.
Isn't this pull request superceded by pull request #141?
Yes, it makes sense to close this pull request.
CMake is a cross-platform family of tools designed to build, test and package software. It is one of the de facto standard tools in C/C++ projects today.
Typical Usage
Link to foma library
in my_project/CMakeLists.txt
Otherwise, just embed foma source codes on your project
in my_project/CMakeLists.txt
Then run cmake and make, the same as above.