#-------------------------------------------------------- # The CMakeLists.txt for: pZoneTrackOpponents # Author(s): Michael Novitzky #-------------------------------------------------------- SET(SRC ZoneTrackOpponents.cpp ZoneTrackOpponents_Info.cpp main.cpp ) ADD_EXECUTABLE(pZoneTrackOpponents ${SRC}) TARGET_LINK_LIBRARIES(pZoneTrackOpponents ${MOOS_LIBRARIES} geometry contacts apputil mbutil geometry contacts m pthread)