cmake_minimum_required(VERSION 3.10) add_executable(MMPtest testMMP.cc) target_link_libraries(MMPtest MMPLib)