Initial commit based on GLM 0.9.B.1 code

This commit is contained in:
Christophe Riccio
2010-04-14 13:23:59 +01:00
commit 25b03fe24c
288 changed files with 50254 additions and 0 deletions

10
doc/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
set(NAME glm-doc)
file(GLOB ROOT_CPP src/*.cpp)
file(GLOB ROOT_XML src/*.xml)
file(GLOB ROOT_XSL src/*.xsl)
source_group("XML Files" FILES ${ROOT_XML})
source_group("XSL Files" FILES ${ROOT_XSL})
add_executable(${NAME} ${ROOT_CPP} ${ROOT_XML} ${ROOT_XSL})