Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.35 KB | None | 0 0
  1. pfind_package(faldoc REQUIRED)
  2.  
  3. set(output_dir ${CMAKE_CURRENT_BINARY_DIR}/Falcon-docs-hpdf)
  4. #
  5. configure_file(
  6.   ${CMAKE_CURRENT_SOURCE_DIR}/faldoc.fd.in
  7.   ${CMAKE_CURRENT_BINARY_DIR}/faldoc.fd
  8.   @ONLY
  9. )
  10. #
  11. faldoc_module_docs(hpdf
  12.   ${CMAKE_CURRENT_BINARY_DIR}/faldoc.fd
  13.   ${output_dir}
  14. )
  15.  
  16. install(DIRECTORY ${output_dir} DESTINATION ${Falcon_DOC_DIR} OPTIONAL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement