cmake: Set the path for installing API documentation.

The documentation contained here is not the usual manual,
so it does not belong to the TDE user documentation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 2 years ago
parent 6166f8cdff
commit 67bba7e12f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -39,6 +39,8 @@ include( TDEMacros )
if( CMAKE_INSTALL_LIBDIR )
tde_setup_install_path( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" )
endif()
tde_setup_install_path( HTML_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/lib${PROJECT_NAME}/HTML" )
include( TDESetupPaths )
tde_setup_paths( )

Loading…
Cancel
Save