cmake_minimum_required(VERSION 3.10) project(snoopy) file(GLOB snoopy_src "src/*.h" "src/*.cpp" ) add_executable(snoopy ${snoopy_src})