Begin support for Doxygen and building Chaiscript version number into

the code.
This commit is contained in:
Jason Turner 2011-03-03 22:43:01 -07:00
parent 5cc4a758ab
commit eee5c19b6e
2 changed files with 1664 additions and 0 deletions

View File

@ -31,6 +31,9 @@ set(CPACK_RPM_PACKAGE_LICENSE "BSD")
set(CPACK_RPM_PACKAGE_GROUP "Programming")
set(CPACK_RPM_PACKAGE_REQUIRES "boost-devel >= 1.36.0, boost-thread >= 1.36.0")
set(CHAI_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
configure_file(Doxyfile.in ${CMAKE_BINARY_DIR}/Doxyfile)
include(CTest)
include(CPack)

1661
Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff