1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Add missing index.html for the wallpaper to cmake install step

This commit is contained in:
Elias Steurer 2020-05-03 13:29:38 +02:00
parent 1e6d819b1a
commit 37d021c078

View File

@ -56,3 +56,9 @@ target_link_libraries(${PROJECT_NAME}
Qt5::WebEngine
ScreenPlaySDK
)
install(FILES
index.html
DESTINATION
${CMAKE_BINARY_DIR} )