Added MIMALLOC_LIB
This commit is contained in:
parent
18de2d8503
commit
d5c4eb71dd
|
|
@ -73,6 +73,7 @@ apply_standard_settings(${BINARY_NAME})
|
|||
# Add dependency libraries. Add any application-specific dependencies here.
|
||||
target_link_libraries(${BINARY_NAME} PRIVATE flutter)
|
||||
target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK)
|
||||
target_link_libraries(${BINARY_NAME} PRIVATE ${MIMALLOC_LIB})
|
||||
|
||||
# Run the Flutter tool portions of the build. This must not be removed.
|
||||
add_dependencies(${BINARY_NAME} flutter_assemble)
|
||||
|
|
|
|||
Loading…
Reference in New Issue