#-------------------------------------------------------- # The CMakeLists.txt for: uDialogManager # Author(s): #-------------------------------------------------------- SET(SRC DialogManager.cpp DialogManager_Info.cpp main.cpp ) ADD_EXECUTABLE(uDialogManager ${SRC}) TARGET_LINK_LIBRARIES(uDialogManager ${MOOS_LIBRARIES} apputil mbutil m pthread)