bit-ops/CMakeLists.txt
2020-10-31 12:47:08 +01:00

4 lines
88 B
CMake

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