cmake_minimum_required (VERSION 3.2.0) project (testproj C VERSION 1.0.0 LANGUAGES C) add_executable (test_executable test.c)