We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 139d099 + 3d91c0e commit 38a0322Copy full SHA for 38a0322
1 file changed
CMakeLists.txt
@@ -330,6 +330,7 @@ if (MI_BUILD_STATIC)
330
endif()
331
332
install(TARGETS mimalloc-static EXPORT mimalloc DESTINATION ${mi_install_libdir} LIBRARY)
333
+ install(EXPORT mimalloc DESTINATION ${mi_install_cmakedir})
334
335
336
# install include files
0 commit comments