mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
Remove proto as an include directory.
The proto directory was removed in 0ef90c13b7
.
This commit is contained in:

committed by
John Szakmeister

parent
14e4e678b9
commit
0072ba9361
@@ -93,5 +93,3 @@ if(NOT DEFINED ENV{SKIP_UNITTEST})
|
|||||||
add_library(nvim-test MODULE EXCLUDE_FROM_ALL ${NEOVIM_SOURCES} ${OS_SOURCES})
|
add_library(nvim-test MODULE EXCLUDE_FROM_ALL ${NEOVIM_SOURCES} ${OS_SOURCES})
|
||||||
target_link_libraries(nvim-test ${NVIM_LINK_LIBRARIES})
|
target_link_libraries(nvim-test ${NVIM_LINK_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/src/proto")
|
|
||||||
|
Reference in New Issue
Block a user