#-------------------------------------------------------- # The CMakeLists.txt for: iPWMController # Author(s): Andrew Patrikalakis #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(iPWMController ${SRC}) TARGET_LINK_LIBRARIES(iPWMController ${MOOS_LIBRARIES} anrp_util m pthread)