Fix dumbest syntax error ever

This commit is contained in:
lotrf3 2015-05-26 14:24:58 -05:00
parent 6790177df1
commit 373a296314

View File

@ -69,7 +69,7 @@ endforeach(file)
file(GLOB HEADERS "*.h")
add_executable(testeth ${SRC_LIST} ${HEADERS})
if((WIN32)
if(WIN32)
target_link_libraries(testeth Iphlpapi)
endif()
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})