A few minor changes to #22.

This commit is contained in:
eidheim 2015-10-24 16:58:18 +02:00
commit b6080f0a1e
2 changed files with 5 additions and 6 deletions

View file

@ -4,7 +4,7 @@ add_executable(parse_test parse_test.cpp)
target_link_libraries(parse_test ${Boost_LIBRARIES})
target_link_libraries(parse_test ${CMAKE_THREAD_LIBS_INIT})
if(MSYS)
if(MSYS) #TODO: Is MSYS true when MSVC is true?
target_link_libraries(parse_test ws2_32 wsock32)
endif()