Conversation
- Added support for building the project using CMake. - Created CMake configurations for building library sources, examples, and tests. - Integrated CTest for running unit tests. - Enabled optional installation for headers, docs, and CMake package files.
|
Hi, thanks, I will test this tomorrow hopefully to see if it does what it should on both Windows/Linux. |
|
Hi, if you want to consume this library, you can copy the headers into your project or use the single-file version at https://github.com/stclib/stcsingle. If you would like to hack on this library, CLion's built-in Meson support works well for me. If CLion can't scan your build due to ccache, you might want to manually invoke I'm not very fond of maintaining CMake and Meson at the same time. |
|
Ok. Thanks. I didn't know about this. I'm closing it since that is a great solution. |
|
Could you close/refuse it? I am trying to remove the PR but the button to do so won't show up and the instructions on how to do so seem to be wrong. |
|
You are logged in to a different GitHub account, you can switch account in the top right corner of the website. |
"Disclaimer: This code is produced by an AI system."
I use Clion for my development but either hated my system or clions built in MESON. Since, I saw you had multiple build systems but didn't see cmake, I had the AI generate the cmake files based on your meson and make files. I ran all the tests and used the examples and they all seem to run.