mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 12:40:39 +00:00
Merge pull request #11464 from bfredl/luaexport
cmake: enable exporting symbols from static libs again
This commit is contained in:
@@ -465,6 +465,7 @@ install_helper(TARGETS nvim)
|
|||||||
|
|
||||||
set_property(TARGET nvim APPEND PROPERTY
|
set_property(TARGET nvim APPEND PROPERTY
|
||||||
INCLUDE_DIRECTORIES ${LUA_PREFERRED_INCLUDE_DIRS})
|
INCLUDE_DIRECTORIES ${LUA_PREFERRED_INCLUDE_DIRS})
|
||||||
|
set_property(TARGET nvim PROPERTY ENABLE_EXPORTS TRUE)
|
||||||
|
|
||||||
if(ENABLE_LTO AND (POLICY CMP0069))
|
if(ENABLE_LTO AND (POLICY CMP0069))
|
||||||
include(CheckIPOSupported)
|
include(CheckIPOSupported)
|
||||||
|
|||||||
Reference in New Issue
Block a user