diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2015-09-23 23:31:39 +0100 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2015-11-29 23:48:01 -0500 |
commit | f22dfeb00ddc36d33238c8fb650cbcda6572af6b (patch) | |
tree | dcef93d72c4372efc42e0035786b98db7f5b64fa /clint.py | |
parent | 7d42e9b7e8169da45e32c415babc27b197a26f8a (diff) | |
download | rneovim-f22dfeb00ddc36d33238c8fb650cbcda6572af6b.tar.gz rneovim-f22dfeb00ddc36d33238c8fb650cbcda6572af6b.tar.bz2 rneovim-f22dfeb00ddc36d33238c8fb650cbcda6572af6b.zip |
cmake: Don't use check_library_exists for Win32 API libraries
When building for X86 the CMake check_library_exists always fails to find
functions from the Win32 API due to name mangling conventions. The convention
for API functions is __stdcall and the CMake test code assumes __cdecl. Since
these are libraries from the Windows API we can simply link against the
libraries without checking for the functions.
Diffstat (limited to 'clint.py')
0 files changed, 0 insertions, 0 deletions