Fix win32 cmake build of metar
This commit is contained in:
parent
ce97e3b57f
commit
90b67e5fd5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue