A few minor changes to #22.
This commit is contained in:
parent
2181a172e8
commit
b6080f0a1e
2 changed files with 5 additions and 6 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue