Skip to content

Commit

Permalink
Merge pull request #511 from AkarinVS/patch/cmake-export-static
Browse files Browse the repository at this point in the history
cmake: export mimalloc-static as well
  • Loading branch information
daanx authored Jan 11, 2022
2 parents 139d099 + 3d91c0e commit 38a0322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38a0322

Please sign in to comment.