Add scripts for checking formatting, linting etc
This commit is contained in:
@@ -4,6 +4,8 @@ project(imp LANGUAGES C)
|
||||
|
||||
option(TESTS "Build tests" ON)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
function(configure_target target)
|
||||
# Set C standard and compile flags
|
||||
set_target_properties(${target} PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user