Skip to content

Commit

Permalink
link windows libraries privately
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Jun 15, 2016
1 parent dc9421b commit cf9b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ if (UNIX)
endif()

if(PLATFORM MATCHES nt OR PLATFORM MATCHES windows)
target_link_libraries(common Psapi WS2_32 dbghelp)
target_link_private_libraries(common Psapi WS2_32 dbghelp)
endif()

0 comments on commit cf9b456

Please sign in to comment.