mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
install LICENSE.md, README and renderdoc_app.h (as renderdoc.h)
This commit is contained in:
@@ -164,3 +164,7 @@ endif()
|
||||
if(ENABLE_QRENDERDOC)
|
||||
add_subdirectory(qrenderdoc)
|
||||
endif()
|
||||
|
||||
# install documentation files
|
||||
install (FILES scripts/LINUX_DIST_README DESTINATION share/doc/renderdoc RENAME README)
|
||||
install (FILES LICENSE.md DESTINATION share/doc/renderdoc)
|
||||
|
||||
@@ -303,6 +303,9 @@ target_link_libraries(renderdoc ${RDOC_LIBRARIES})
|
||||
|
||||
install (TARGETS renderdoc DESTINATION lib)
|
||||
|
||||
# Copy in application API header to include
|
||||
install (FILES api/app/renderdoc_app.h DESTINATION include RENAME renderdoc.h)
|
||||
|
||||
add_custom_command(TARGET renderdoc POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_SOURCE_DIR}/bin/)
|
||||
add_custom_command(TARGET renderdoc POST_BUILD
|
||||
|
||||
Reference in New Issue
Block a user