Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* text eol=lf
*.png binary
*.jpg binary
*.ods binary

# This is a windows-specific file
src/main/resources/log4cxx.rc eol=crlf
Expand Down
13 changes: 13 additions & 0 deletions src/site/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/markdown/download.md.in
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/markdown/development/build-cmake.md.in
${CMAKE_CURRENT_BINARY_DIR}/markdown/development/build-cmake.md )

configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/resources/performance-data.json
${CMAKE_CURRENT_BINARY_DIR}/resources/performance-data.json
COPYONLY
)
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/echarts.js
${CMAKE_CURRENT_BINARY_DIR}/html/echarts.js
COPYONLY
)
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/graph.js
${CMAKE_CURRENT_BINARY_DIR}/html/graph.js
COPYONLY
)

add_custom_target( doc_doxygen ALL
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
WORKING_DIRECTORY ${LOG4CXX_SOURCE_DIR}
Expand Down
Binary file added src/site/PerformanceGraphs.ods
Binary file not shown.
Loading
Loading