]> git.mxchange.org Git - flightgear.git/commitdiff
Fix win32 cmake build of metar
authorFrederic Bouvier <fredfgfs01@free.fr>
Fri, 21 Oct 2011 12:36:04 +0000 (14:36 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Fri, 21 Oct 2011 12:36:04 +0000 (14:36 +0200)
CMakeLists.txt

index bd05dd1e3c0676ccb1b2cfa39ff80ebd952be280..4de60d891503c0cbefad25e7cd14b72522f77aec 100644 (file)
@@ -96,6 +96,7 @@ if (MSVC)
   else (EXISTS ${TEST_3RDPARTY_DIR})
     set(MSVC_3RDPARTY_ROOT NOT_FOUND CACHE PATH "Location where the third-party dependencies are extracted")
   endif (EXISTS ${TEST_3RDPARTY_DIR})
+  list(APPEND PLATFORM_LIBS "winmm.lib")
 else (MSVC)
   set(MSVC_3RDPARTY_ROOT NOT_FOUND CACHE PATH "Location where the third-party dependencies are extracted")
 endif (MSVC)