mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
Merge pull request #20102 from e-kwsm/treesitter-c99
build(treesitter): set CMAKE_C_STANDARD to C99
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
project(parser C)
|
project(parser C)
|
||||||
|
|
||||||
|
set(CMAKE_C_STANDARD 99)
|
||||||
file(GLOB source_files src/*.c)
|
file(GLOB source_files src/*.c)
|
||||||
|
|
||||||
add_library(parser
|
add_library(parser
|
||||||
|
Reference in New Issue
Block a user