Set up build tools

This commit is contained in:
Daniel Thorpe
2024-06-20 13:42:11 +01:00
commit b0278f2755
4 changed files with 17 additions and 0 deletions

2
clang-toolchain.cmake Normal file
View File

@@ -0,0 +1,2 @@
set(CMAKE_C_COMPILER clang)
set(CMAKE_C_FLAGS "-pedantic -Wall -Wextra")