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