File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,12 @@ add_custom_target(package ${PROJECT_SOURCE_DIR}/programs/build_tgz_package ${lib
218
218
219
219
220
220
### Other targets
221
+
222
+ ## Set the version number in the Doxyfile
223
+ configure_file (${PROJECT_SOURCE_DIR} /Doxyfile.in ${PROJECT_SOURCE_DIR} /Doxyfile
224
+ ESCAPE_QUOTES @ONLY
225
+ )
226
+
221
227
if (NON_REALTIME)
222
228
add_subdirectory (programs EXCLUDE_FROM_ALL )
223
229
else ()
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PROJECT_NAME = libbarrett
31
31
# This could be handy for archiving the generated documentation or
32
32
# if some version control system is used.
33
33
34
- PROJECT_NUMBER = 0.2
34
+ PROJECT_NUMBER = @libbarrett_VERSION_MAJOR@.@libbarrett_VERSION_MINOR@
35
35
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
37
# base path where the generated documentation will be put.
You can’t perform that action at this time.
0 commit comments