
ADD_EXECUTABLE( test_dvlnav test_dvlnav.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( test_dvlnav adt )

