mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
23 lines
491 B
CMake
23 lines
491 B
CMake
add_subdirectory(images)
|
|
|
|
install(FILES
|
|
changelog.html
|
|
developers.html
|
|
documentation.html
|
|
documentation_bugs.html
|
|
documentation_example_code.html
|
|
documentation_format_overview.html
|
|
documentation_tools.html
|
|
documentation_tools_flac.html
|
|
documentation_tools_metaflac.html
|
|
faq.html
|
|
favicon.ico
|
|
features.html
|
|
flac.css
|
|
format.html
|
|
id.html
|
|
index.html
|
|
license.html
|
|
ogg_mapping.html
|
|
DESTINATION "${CMAKE_INSTALL_DOCDIR}/html")
|