Link pthread with host

This commit is contained in:
Senthil 2016-02-03 16:34:03 -08:00
parent 102f11e65b
commit 02948f1675

View file

@ -40,7 +40,7 @@ endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_definitions(-D__LINUX__)
target_link_libraries (corehost "dl")
target_link_libraries (corehost "dl" "pthread")
endif()
add_subdirectory(dll)