Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
|
05-31-2013, 03:43 AM
Post: #4
|
|||
|
|||
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
Try replacing:
set(LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT} ${nativeExtraLibs}) With: set(LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT} ${nativeExtraLibs} dl) Yeah, CMake's syntax is a bit funny... -[Unknown] |
|||
« Next Oldest | Next Newest »
|