mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-08 00:09:31 +03:00
Merge branch 'dev' into dev2
This commit is contained in:
commit
03e501bddb
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ endif()
|
||||||
if(TARGET mimalloc-static AND NOT TARGET mimalloc)
|
if(TARGET mimalloc-static AND NOT TARGET mimalloc)
|
||||||
add_library(mimalloc INTERFACE IMPORTED)
|
add_library(mimalloc INTERFACE IMPORTED)
|
||||||
set_target_properties(mimalloc PROPERTIES INTERFACE_LINK_LIBRARIES mimalloc-static)
|
set_target_properties(mimalloc PROPERTIES INTERFACE_LINK_LIBRARIES mimalloc-static)
|
||||||
|
set_target_properties(mimalloc PROPERTIES INTERFACE_INCLUDE_DIRECTORIES mimalloc-static)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue