mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
CMakeLists: Use nvim target name
This commit is contained in:
parent
95db76e280
commit
fba074d994
@ -41,7 +41,7 @@ else()
|
||||
endif()
|
||||
|
||||
if (HAVE_LIBINTL AND LIBINTL_LIB)
|
||||
target_link_libraries(vim ${LIBINTL_LIB})
|
||||
target_link_libraries(nvim ${LIBINTL_LIB})
|
||||
endif()
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/src/proto")
|
||||
|
Loading…
Reference in New Issue
Block a user