#-------------------------------------------------------- # The CMakeLists.txt for: pBotDialog # Author(s): Michael "Misha" Novitzky #-------------------------------------------------------- SET(SRC BotDialog.cpp BotDialog_Info.cpp main.cpp ) ADD_EXECUTABLE(pBotDialog ${SRC}) TARGET_LINK_LIBRARIES(pBotDialog ${MOOS_LIBRARIES} apputil mbutil m pthread)