mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 06:59:32 +03:00
Merge pull request #511 from AkarinVS/patch/cmake-export-static
cmake: export mimalloc-static as well
This commit is contained in:
commit
38a03229c8
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ if (MI_BUILD_STATIC)
|
|||
endif()
|
||||
|
||||
install(TARGETS mimalloc-static EXPORT mimalloc DESTINATION ${mi_install_libdir} LIBRARY)
|
||||
install(EXPORT mimalloc DESTINATION ${mi_install_cmakedir})
|
||||
endif()
|
||||
|
||||
# install include files
|
||||
|
|
Loading…
Add table
Reference in a new issue