Si scopre che stavo usando GLOB di CMake in modo errato.
Modifica
target_link_libraries(App ${COMMON_LIBRARIES})
a
target_link_libraries(App ${LIBMONGOCXX_LIBRARIES} ${LIBBSONCXX_LIBRARIES})
risolto il problema.
Si scopre che stavo usando GLOB di CMake in modo errato.
Modifica
target_link_libraries(App ${COMMON_LIBRARIES})
a
target_link_libraries(App ${LIBMONGOCXX_LIBRARIES} ${LIBBSONCXX_LIBRARIES})
risolto il problema.