Radagan
Radagan
Okay, that output a huge file, but I think this is the bit you're looking for! It does appear that the flag is set: ```bash /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DBASISD_SUPPORT_KTX2_ZSTD=0 -DBASISU_NO_ITERATOR_DEBUG_LEVEL -DGLM_ENABLE_EXPERIMENTAL -DGLM_FORCE_CTOR_INIT...
I pulled @gpx1000's branch and tested as well. All looks good to me! Thank you!
@valerioformato Thank you for this PR! This is exactly what I was looking for: CMake and Linux support. I'm hoping this project will become more cross-platform focused in the near...
I'm having a similar problem with an executable using CPM 0.40.0 with our own libraries hosted on GitLab. Additionally, the libraries are not being built for some reason, so linking...
What you describe is exactly what I'm looking for. I have no interest in downloadable libraries, just to build them from the mqtt_cpp source, and then link to them in...
I started off with C++ many years ago, but have only recently come back to it. I've been writing cloud and mobile apps since around 2008, so mainly Java and...
That is an amazing feature of C++11! Thank you very much for taking the time to explain it. I am studying the latest Stroustrup, but I might never have caught...
Thank you! This helps.
This article is interesting and describes exactly what we're talking about: a library that offers static, dynamic, and header only options. https://steveire.wordpress.com/2016/08/09/opt-in-header-only-libraries-with-cmake/ To use mqtt_cpp, I think I'm going to...
I am still very interested in working on this features as my compile times are almost prohibitive on Raspberry Pi 3B+. I've been quiet lately because I'm moving from Australia...