mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build(treesitter): set CMAKE_C_STANDARD to C99
This commit is contained in:
parent
694ac26946
commit
c77bb5a528
@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(parser C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
file(GLOB source_files src/*.c)
|
||||
|
||||
add_library(parser
|
||||
|
Loading…
Reference in New Issue
Block a user