add pthread
This commit is contained in:
parent
549cd27e9c
commit
aacf98b45c
|
@ -144,6 +144,7 @@ IF(WIN32)
|
|||
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
|
||||
ADD_DEFINITIONS(-DWIN32_NO_CONSOLE)
|
||||
ELSE(WIN32)
|
||||
SET(ADDITIONAL_LIBRARIES -lpthread)
|
||||
SET(SOURCES ${SOURCES} src/framework/platform/x11platform.cpp)
|
||||
ENDIF(WIN32)
|
||||
|
||||
|
|
Loading…
Reference in New Issue