#-------------------------------------------------------- # The CMakeLists.txt for: iKFController # Author(s): Mike Benjamin #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(iKFController ${SRC}) TARGET_LINK_LIBRARIES(iKFController MOOS MOOSGen mbutil clearpath m pthread)