cmake_minimum_required(VERSION 3.5) project(owo) add_executable(owo src/main.cpp) target_link_libraries(owo)