diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-24 23:23:15 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-24 23:23:15 -0500 |
| commit | 64304a6368cf8357bb04d1c0057aec637ebb479a (patch) | |
| tree | 99556c89a6a480bf8684fba3eee705312cac37bb /src/CMakeLists.txt | |
| parent | 70ee786102c8436c7f8f9e8a5d2ea71035d8d572 (diff) | |
tweaked css, finished markdown report
copy markdown.html to resources/
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
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) |
