Open geoeo opened 3 years ago
I fixed this my adding empty method stubs to convbin.c. Not sure why its searching for these though
you should use the static library instead of dynamic library, such as
add_library(rtklib
STATIC
${SOURCES}
${SOURCES_2})
I am trying to build the convbin app from source my cmake is as follows:
But I am getting the link errors for convbin: (rnx2rtkp works)
I checked and these are defined in postmain.cpp which is a different app and has gui dependencies which I want to avoid. How can I build convbin from sources as a purely CLI tool?