mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove proto as an include directory.
The proto directory was removed in 0ef90c13b7
.
This commit is contained in:
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")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user