CMakeLists: Use nvim target name

This commit is contained in:
Alexis Hildebrandt 2014-02-25 20:35:11 +01:00 committed by ashleyh
parent 95db76e280
commit fba074d994

View File

@ -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")