added link to pthread for SDL

This commit is contained in:
Radegast 2012-06-25 15:00:22 +02:00
parent a8016928c8
commit bf200705b7

View file

@ -38,6 +38,8 @@ elseif(UNIX)
set(CROSS_COMPILE32_FLAGS "") set(CROSS_COMPILE32_FLAGS "")
endif(CROSS_COMPILE32) endif(CROSS_COMPILE32)
set(OS_LIBRARIES ${OS_LIBRARIES} pthread rt PARENT_SCOPE) # SDL deps
#----------------------------------------------------------------- #-----------------------------------------------------------------
# Build bundled cURL library # Build bundled cURL library
#----------------------------------------------------------------- #-----------------------------------------------------------------