Skip to content

Commit 38a0322

Browse files
authoredJan 11, 2022
Merge pull request #511 from AkarinVS/patch/cmake-export-static
cmake: export mimalloc-static as well
2 parents 139d099 + 3d91c0e commit 38a0322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ if (MI_BUILD_STATIC)
330330
endif()
331331

332332
install(TARGETS mimalloc-static EXPORT mimalloc DESTINATION ${mi_install_libdir} LIBRARY)
333+
install(EXPORT mimalloc DESTINATION ${mi_install_cmakedir})
333334
endif()
334335

335336
# install include files

0 commit comments

Comments
 (0)