Mercurial > retraceit
comparison CMakeLists.txt @ 66:098a10fc2e83 0.9.2
Add doxygen files and improve doxygen comments
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 21 May 2015 15:21:47 +0200 |
parents | 2cd76e6c0fcf |
children | 32dd6ea6a582 |
comparison
equal
deleted
inserted
replaced
65:508a71328d1f | 66:098a10fc2e83 |
---|---|
63 "<CMAKE_RC_COMPILER> <FLAGS> <DEFINES> -Ocoff <SOURCE> <OBJECT>") | 63 "<CMAKE_RC_COMPILER> <FLAGS> <DEFINES> -Ocoff <SOURCE> <OBJECT>") |
64 | 64 |
65 #add_subdirectory(img) | 65 #add_subdirectory(img) |
66 ### Include the actual source directories | 66 ### Include the actual source directories |
67 add_subdirectory(src) | 67 add_subdirectory(src) |
68 | |
69 configure_file (doc/Doxyfile.in doc/Doxyfile) | |
70 add_subdirectory(doc) |