#-------------------------------------------------------- # The CMakeLists.txt for: iOSILWinch # Author(s): Michael Sacarny #-------------------------------------------------------- FILE(GLOB SRC *.cpp) ADD_EXECUTABLE(iOSILWinch ${SRC}) TARGET_LINK_LIBRARIES(iOSILWinch ${MOOS_LIBRARIES} apputil mbutil m pthread )