glm/doc/CMakeLists.txt

13 lines
365 B
CMake
Raw Normal View History

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)
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})
add_executable(${NAME} ${ROOT_CPP} ${ROOT_XML} ${ROOT_XSL} ${ROOT_TXT})