mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
CMakeLists: Use nvim target name
This commit is contained in:
committed by
ashleyh
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")
|
||||
|
||||
Reference in New Issue
Block a user