cmake_minimum_required(VERSION 3.0) project(study_cpp LANGUAGES C) install(TARGETS study_cpp RUNTIME DESTINATION bin)