cmake_minimum_required(VERSION 3.4.1)

project(key_selector)

add_executable(key_selector key_selector.cpp)
