mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Begin support for Doxygen and building Chaiscript version number into
the code.
This commit is contained in:
parent
5cc4a758ab
commit
eee5c19b6e
@ -31,6 +31,9 @@ set(CPACK_RPM_PACKAGE_LICENSE "BSD")
|
|||||||
set(CPACK_RPM_PACKAGE_GROUP "Programming")
|
set(CPACK_RPM_PACKAGE_GROUP "Programming")
|
||||||
set(CPACK_RPM_PACKAGE_REQUIRES "boost-devel >= 1.36.0, boost-thread >= 1.36.0")
|
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(CTest)
|
||||||
include(CPack)
|
include(CPack)
|
||||||
|
|||||||
1661
Doxyfile.in
Normal file
1661
Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user