blob: 3b4ce17b72c6527ee4e6e1022539d44cff2e2cbf [file] [log] [blame]
Imre Kised98e9c2019-10-15 16:17:55 +02001diff --git a/src/CppUTest/CMakeLists.txt b/src/CppUTest/CMakeLists.txt
2index 736777f5..d9a592f2 100644
3--- a/src/CppUTest/CMakeLists.txt
4+++ b/src/CppUTest/CMakeLists.txt
5@@ -50,7 +50,7 @@ set(CppUTest_headers
6
7 add_library(CppUTest STATIC ${CppUTest_src} ${CppUTest_headers})
8 if (WIN32)
9- target_link_libraries(CppUTest winmm.lib)
10+ target_link_libraries(CppUTest winmm)
11 endif (WIN32)
12 install(FILES ${CppUTest_headers} DESTINATION include/CppUTest)
13 install(TARGETS CppUTest