diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-06 14:28:51 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-16 09:13:44 +0200 |
commit | 8642f05fd91d7285a7d8d2bb13b4d63fe5c371fa (patch) | |
tree | d2550e33ad3b6f21e493c7622526e78e5d2e0164 | |
parent | 8c1782b84070d786cc1a7dfd6242a9ebc0923ad3 (diff) | |
download | rneovim-8642f05fd91d7285a7d8d2bb13b4d63fe5c371fa.tar.gz rneovim-8642f05fd91d7285a7d8d2bb13b4d63fe5c371fa.tar.bz2 rneovim-8642f05fd91d7285a7d8d2bb13b4d63fe5c371fa.zip |
single-includes: ignore os/pty_process_win.h
-rw-r--r-- | src/nvim/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 2e0a35d4ab..688912eda6 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -535,6 +535,7 @@ endfunction() set(NO_SINGLE_CHECK_HEADERS os/win_defs.h + os/pty_process_win.h regexp_defs.h syntax_defs.h terminal.h |