1cmake_minimum_required(VERSION 3.5) 2 3add_executable(IO-a a.cpp b.cpp) 4add_executable(IO-b b.cpp a.cpp)