summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-24 23:23:15 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-24 23:23:15 -0500
commit64304a6368cf8357bb04d1c0057aec637ebb479a (patch)
tree99556c89a6a480bf8684fba3eee705312cac37bb /src/CMakeLists.txt
parent70ee786102c8436c7f8f9e8a5d2ea71035d8d572 (diff)
tweaked css, finished markdown report
copy markdown.html to resources/
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index db3bda73..5a510806 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -676,4 +676,6 @@ INSTALL(
)
# qdds.dll needs installing manually as Qt no longer ships with it by default.
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../qdds.dll DESTINATION bin/dlls/imageformats) \ No newline at end of file
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../qdds.dll DESTINATION bin/dlls/imageformats)
+
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/markdown.html DESTINATION bin/resources)