Det viste sig, at jeg brugte CMakes GLOB forkert.
Ændre
target_link_libraries(App ${COMMON_LIBRARIES})
til
target_link_libraries(App ${LIBMONGOCXX_LIBRARIES} ${LIBBSONCXX_LIBRARIES})
løste problemet.
Det viste sig, at jeg brugte CMakes GLOB forkert.
Ændre
target_link_libraries(App ${COMMON_LIBRARIES})
til
target_link_libraries(App ${LIBMONGOCXX_LIBRARIES} ${LIBBSONCXX_LIBRARIES})
løste problemet.