Skip to content
Snippets Groups Projects
Commit 870008f1 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-8087: New LLDir_Win32 code requires ole32 in a few more places.

parent 867b5f5a
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,9 @@ if (NOT WINDOWS)
list(APPEND test_SOURCE_FILES
llmessagetemplateparser_tut.cpp
)
set(EXTRA_WINDOWS_LIBRARIES "")
else (NOT WINDOWS)
set(EXTRA_WINDOWS_LIBRARIES ole32)
endif (NOT WINDOWS)
set_source_files_properties(${test_HEADER_FILES}
......@@ -96,6 +99,7 @@ target_link_libraries(lltest
${GOOGLEMOCK_LIBRARIES}
${PTHREAD_LIBRARY}
${WINDOWS_LIBRARIES}
${EXTRA_WINDOWS_LIBRARIES}
${BOOST_PROGRAM_OPTIONS_LIBRARY}
${BOOST_REGEX_LIBRARY}
${BOOST_COROUTINE_LIBRARY}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment