#-------------------------------------------------------- # The CMakeLists.txt for: pAttackCommander # Author(s): Carter Fendley #-------------------------------------------------------- SET(SRC AttackCommander.cpp AttackCommander_Info.cpp main.cpp ) ADD_EXECUTABLE(pAttackCommander ${SRC}) TARGET_LINK_LIBRARIES(pAttackCommander ${MOOS_LIBRARIES} apputil geometry mbutil m pthread)