
ADD_EXECUTABLE( map_projection_test map_projection_test.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( map_projection_test plankton )

