Last change
on this file since 32 was 26, checked in by sgosseli, 12 years ago |
Add the generation of the documentation in the build system.
To build the documentation on Windows:
cmake .. -DPACPUS_INSTALL_DIR=C:\Foo -DPACPUS_BUILD_DOC=TRUE
msbuild doc\documentation.vcxproj
msbuild INSTALL.vcxproj /p:Configuration=Release
Note: doxygen is required, of course.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3] | 1 | #################################################
|
---|
| 2 | # ___________ ____ ______ __ __ _____ #
|
---|
| 3 | # \____ \__ \ _/ ___\\____ \| | \/ ___/ #
|
---|
| 4 | # | |_> > __ \\ \___| |_> > | /\___ \ #
|
---|
| 5 | # | __(____ /\___ > __/|____//____ > #
|
---|
| 6 | # |__| \/ \/|__| \/ #
|
---|
| 7 | # #
|
---|
| 8 | #################################################
|
---|
| 9 |
|
---|
| 10 | # ========================================
|
---|
| 11 | # Build-specific configuration
|
---|
| 12 | # ========================================
|
---|
| 13 | if (IS_BUILDING_PACPUS)
|
---|
| 14 | set(PACPUS_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} CACHE FILEPATH "Installation directory for the library")
|
---|
| 15 | set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party")
|
---|
| 16 | endif()
|
---|
| 17 |
|
---|
| 18 | # ========================================
|
---|
| 19 | # Global configuration
|
---|
| 20 | # ========================================
|
---|
| 21 | set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using log4cxx, the library is required")
|
---|
[26] | 22 | set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party")
|
---|
| 23 | set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation (require Doxygen)") |
---|
Note:
See
TracBrowser
for help on using the repository browser.