mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge pull request #792 from eightyeight/ubuntu-cmake
Link against librt
This commit is contained in:
commit
f809252b79
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ endif()
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
# copy pasted from T3D build system, some might not be needed
|
# copy pasted from T3D build system, some might not be needed
|
||||||
set(TORQUE_EXTERNAL_LIBS "dl Xxf86vm Xext X11 Xft stdc++ pthread GL" CACHE STRING "external libs to link against")
|
set(TORQUE_EXTERNAL_LIBS "rt dl Xxf86vm Xext X11 Xft stdc++ pthread GL" CACHE STRING "external libs to link against")
|
||||||
mark_as_advanced(TORQUE_EXTERNAL_LIBS)
|
mark_as_advanced(TORQUE_EXTERNAL_LIBS)
|
||||||
|
|
||||||
string(REPLACE " " ";" TORQUE_EXTERNAL_LIBS_LIST ${TORQUE_EXTERNAL_LIBS})
|
string(REPLACE " " ";" TORQUE_EXTERNAL_LIBS_LIST ${TORQUE_EXTERNAL_LIBS})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue