mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-08 06:50:42 +00:00
* BugFix: Correct a typo.
This commit is contained in:
parent
0dab9e2044
commit
128a50f635
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ endif (TORQUE_OPENGL)
|
|||
|
||||
# Linux requires X11 & freetype
|
||||
if (UNIX AND NOT APPLE)
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "X11" "Xft)
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "X11" "Xft")
|
||||
set(TORQUE_SOURCE_FILES ${TORQUE_SOURCE_FILES} ${TORQUE_PLATFORM_X11_SOURCES})
|
||||
|
||||
find_package(Freetype REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue