cmake_minimum_required(VERSION 3.8) project (bit-ops) add_executable(bit-ops bit-ops.c)