
ADD_EXECUTABLE( test_raw test_raw.cpp )

# Link test to auv_data_tools library 
TARGET_LINK_LIBRARIES( test_raw adt )

