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