2010-04-29 10:56:52 +00:00
|
|
|
set(NAME glm-doc)
|
|
|
|
|
2011-02-10 12:27:46 +00:00
|
|
|
file(GLOB ROOT_TXT *.doxy ../*.txt ./theme/*.css)
|
2010-04-29 10:56:52 +00:00
|
|
|
file(GLOB ROOT_CPP src/*.cpp)
|
|
|
|
file(GLOB ROOT_XML src/*.xml)
|
|
|
|
file(GLOB ROOT_XSL src/*.xsl)
|
|
|
|
|
2011-02-08 11:31:09 +00:00
|
|
|
source_group("TXT Files" FILES ${ROOT_TXT})
|
2010-04-29 10:56:52 +00:00
|
|
|
source_group("XML Files" FILES ${ROOT_XML})
|
|
|
|
source_group("XSL Files" FILES ${ROOT_XSL})
|
|
|
|
|
2011-02-08 11:31:09 +00:00
|
|
|
add_executable(${NAME} ${ROOT_CPP} ${ROOT_XML} ${ROOT_XSL} ${ROOT_TXT})
|