Skip to content

Commit

Permalink
Removed MATH_LIBRARY and FREETYPE library reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Dec 19, 2008
1 parent 8951aca commit f4fe462
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/osgText/CMakeLists.txt
Expand Up @@ -36,14 +36,11 @@ ADD_LIBRARY(${LIB_NAME}
Version.cpp
)


SET(TARGET_LIBRARIES_VARS FREETYPE_LIBRARY )
LINK_INTERNAL(${LIB_NAME}
osgDB
osg
OpenThreads
)
LINK_EXTERNAL(${LIB_NAME} ${MATH_LIBRARY} )
LINK_CORELIB_DEFAULT(${LIB_NAME} ${MATH_LIBRARY})
LINK_CORELIB_DEFAULT(${LIB_NAME})

INCLUDE(ModuleInstall OPTIONAL)

0 comments on commit f4fe462

Please sign in to comment.