SL-10153: Need ole32 for new Windows call to CoTaskMemFree().

master
Nat Goodspeed 2018-12-08 11:26:37 -05:00
parent a36cd3a292
commit a4eb5056a7
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ if (LL_TESTS)
# INTEGRATION TESTS
set(test_libs llmath llcommon llvfs ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES})
if (WINDOWS)
list(APPEND test_libs ole32)
endif (WINDOWS)
# TODO: Some of these need refactoring to be proper Unit tests rather than Integration tests.
LL_ADD_INTEGRATION_TEST(lldir "" "${test_libs}")