4 lines
88 B
CMake
4 lines
88 B
CMake
cmake_minimum_required(VERSION 3.8)
|
|
project (bit-ops)
|
|
add_executable(bit-ops bit-ops.c)
|