mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Add support for Visual Leak Detector, since valgrind doesn't support MSVC
This commit is contained in:
@ -16,4 +16,8 @@ add_executable(plMD5 ${plMD5_SOURCES})
|
||||
target_link_libraries(plMD5 CoreLib pnUtils pnProduct pnEncryption)
|
||||
target_link_libraries(plMD5 ${OPENSSL_LIBRARIES})
|
||||
|
||||
if(USE_VLD)
|
||||
target_link_libraries(plMD5 ${VLD_LIBRARY})
|
||||
endif()
|
||||
|
||||
source_group("Source Files" FILES ${plMD5_SOURCES})
|
||||
|
Reference in New Issue
Block a user