From: Frederic Bouvier Date: Fri, 21 Oct 2011 12:36:04 +0000 (+0200) Subject: Fix win32 cmake build of metar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90b67e5fd50ea4df8437aa621b2e322e2a07f592;p=flightgear.git Fix win32 cmake build of metar --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bd05dd1e3..4de60d891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)