This commit is contained in:
Christophe Riccio
2010-04-29 11:52:01 +01:00
parent c4a3226a5a
commit b1b02bc31b
400 changed files with 0 additions and 57143 deletions

View File

@@ -1,10 +0,0 @@
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})