bit-ops/CMakeLists.txt

4 lines
88 B
CMake
Raw Normal View History

2020-10-31 12:47:08 +01:00
cmake_minimum_required(VERSION 3.8)
project (bit-ops)
add_executable(bit-ops bit-ops.c)