diff options
Diffstat (limited to 'utils/xd/CMakeLists.txt')
| -rwxr-xr-x | utils/xd/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/xd/CMakeLists.txt b/utils/xd/CMakeLists.txt new file mode 100755 index 0000000..83a6de9 --- /dev/null +++ b/utils/xd/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required (VERSION 3.3) +project (xd) + +add_compile_options (-Wall -Werror -pedantic -g) +add_executable (xd xd.c) |
