projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4ba5a
)
Properly add maths library for demos
author
Sylvain Beucler
<beuc@beuc.net>
Fri, 9 Mar 2012 19:49:49 +0000
(19:49 +0000)
committer
Sylvain Beucler
<beuc@beuc.net>
Fri, 9 Mar 2012 19:49:49 +0000
(19:49 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1085
7f0cb862
-5218-0410-a997-
914c9d46530a
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
d636bcb
..
29dd515
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-173,7
+173,7
@@
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)
+LIST(APPEND DEMO_LIBS m)
MACRO(ADD_DEMO name)
if( FREEGLUT_BUILD_DEMOS )