Re: CMake Support for Cppunit

2020-04-18 Thread julien2412
Hello Adrian, I may be wrong but Cmake isn't a target for LO. Meson had been quoted (see https://wiki.documentfoundation.org/Development/GSoC/Ideas#Feasibility_study:_building_LibreOffice_using_meson). Anyway, if you want to contribute, I advise you to start here:

Re: CMake Support for Cppunit

2020-04-18 Thread Ilmari Lauhakangas
julien2412 kirjoitti 18.4.2020 klo 9.33: Hello Adrian, I may be wrong but Cmake isn't a target for LO. Meson had been quoted (see https://wiki.documentfoundation.org/Development/GSoC/Ideas#Feasibility_study:_building_LibreOffice_using_meson). Anyway, if you want to contribute, I advise you to

CMake Support for Cppunit

2020-04-17 Thread Adrian Ostrowski
Hi Guys, Long story short, I prepared you a patch that would add CMake support to your project. You can find it attached. I tried using CppUnit in my CMake projects but it was not that pleasant. I then found the https://github.com/Ultimaker/CppUnit repo which added support for CMake, so I