Skip to content

Add MySQL libraries to liblinphone tester and do not execute performance tests...

Andrea Gianarda requested to merge fix/sequential_build_5_5 into release/5.5

Add MySQL libraries to liblinphone tester and do not execute performance tests if SOCI is not found or DB storage are disabled

Pass enabled features by using -D command line option. It turns out it can be done by calling add_definitions() CMake command instead of set()

Merge request reports