Add maths library for demos
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1084 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
d0a550b30a
commit
fb34e2f593
@ -173,6 +173,8 @@ INSTALL(FILES ${FREEGLUT_HEADERS} DESTINATION include/GL)
|
||||
option( FREEGLUT_BUILD_DEMOS "Build FreeGLUT demos." ON )
|
||||
|
||||
SET(DEMO_LIBS ${OPENGL_LIBRARY} ${LIBS})
|
||||
SET(DEMO_LIBS ${LIBS} m)
|
||||
|
||||
MACRO(ADD_DEMO name)
|
||||
if( FREEGLUT_BUILD_DEMOS )
|
||||
ADD_EXECUTABLE(${name} ${ARGN})
|
||||
|
Reference in New Issue
Block a user