From Eric Wing, added ${MATH_LIB} to osg CMakeLists.txt and definition of this to m under unix

This commit is contained in:
Robert Osfield
2007-03-22 13:38:23 +00:00
parent ebd04bbbbf
commit 6eee949142
2 changed files with 5 additions and 2 deletions

View File

@@ -293,6 +293,7 @@ ADD_LIBRARY(${LIB_NAME}
TARGET_LINK_LIBRARIES(${LIB_NAME}
${OPENTHREADS_LIBRARY}
${OPENGL_LIBRARIES}
${MATH_LIBRARY}
)
INCLUDE(ModuleInstall OPTIONAL)