#-------------------------------------------------------- # The CMakeLists.txt for: pGenericGridSensor # Author(s): Tyler Paine #-------------------------------------------------------- SET(SRC GenericGridSensor.cpp GenericGridSensor_Info.cpp main.cpp ) ADD_EXECUTABLE(pGenericGridSensor ${SRC}) TARGET_LINK_LIBRARIES(pGenericGridSensor ${MOOS_LIBRARIES} geometry apputil mbutil m pthread grid_utils)