Skip to content

Commit

Permalink
Added last library for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: btd <bardadymchik@gmail.com>
  • Loading branch information
btd committed Apr 10, 2011
1 parent 82d85c7 commit dc6a6d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engine/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ target_link_libraries (client
${OPENGL_LIBRARIES}
)

if(MSVC)
target_link_libraries (client winmm.lib)
endif()



0 comments on commit dc6a6d5

Please sign in to comment.