aboutsummaryrefslogtreecommitdiff
path: root/utils/xd/CMakeLists.txt
blob: 83a6de9f41d41a8b62f78a7bbaea9e4aceaaf9b5 (plain)
1
2
3
4
5
cmake_minimum_required (VERSION 3.3)
project (xd)

add_compile_options (-Wall -Werror -pedantic -g)
add_executable (xd xd.c)