aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-11-26 18:41:09 +0100
committerGitHub <noreply@github.com>2019-11-26 18:41:09 +0100
commitf53822d89f727fc16a9b5578d4f5c82015f4d7aa (patch)
treecdc6b46112935c8327d3f47fe5448401dcba42f0 /src
parent6e8c5779cf960893850501e4871dc9be671db298 (diff)
parent3cffd17b2b8d712c435bc19263d848ac190b23a8 (diff)
downloadrneovim-f53822d89f727fc16a9b5578d4f5c82015f4d7aa.tar.gz
rneovim-f53822d89f727fc16a9b5578d4f5c82015f4d7aa.tar.bz2
rneovim-f53822d89f727fc16a9b5578d4f5c82015f4d7aa.zip
Merge pull request #11464 from bfredl/luaexport
cmake: enable exporting symbols from static libs again
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index 988021ca7a..bc8e64dd41 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -465,6 +465,7 @@ install_helper(TARGETS nvim)
set_property(TARGET nvim APPEND PROPERTY
INCLUDE_DIRECTORIES ${LUA_PREFERRED_INCLUDE_DIRS})
+set_property(TARGET nvim PROPERTY ENABLE_EXPORTS TRUE)
if(ENABLE_LTO AND (POLICY CMP0069))
include(CheckIPOSupported)