Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows|libcore: Added missing link library
winmm.lib provides timeBeginPeriod and timeEndPeriod.
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent f6a41e4 commit 757bb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libs/core/CMakeLists.txt
Expand Up @@ -73,8 +73,8 @@ deng_add_library (libcore ${SOURCES} ${HEADERS})
target_include_directories (libcore PRIVATE ${ZLIB_INCLUDE_DIR})
target_link_libraries (libcore PUBLIC ${ZLIB_LIBRARIES} the_Foundation)
if (WIN32)
# Really needed?
#target_link_libraries (liblegacy PRIVATE winmm)
# timeBeginPeriod, timeEndPeriod
target_link_libraries (libcore PRIVATE winmm)
endif ()
deng_deploy_library (libcore DengCore)

Expand Down

0 comments on commit 757bb1a

Please sign in to comment.