In CMake the library is defined with name `ddx`: https://github.com/ddsolvation/ddX/blob/4d79e3d9caeae5e602683572a71cb550414f9b09/src/CMakeLists.txt#L69 While in meson the library is defined with name `ddX`: https://github.com/ddsolvation/ddX/blob/4d79e3d9caeae5e602683572a71cb550414f9b09/meson.build#L90
In CMake the library is defined with name
ddx:ddX/src/CMakeLists.txt
Line 69 in 4d79e3d
While in meson the library is defined with name
ddX:ddX/meson.build
Line 90 in 4d79e3d