refactor: add missing indent

This commit is contained in:
Curve 2021-03-04 19:12:02 +01:00
parent 2f0d8a71b5
commit c7ef7ffa90
No known key found for this signature in database
GPG Key ID: 460F6C466BD35813

View File

@ -42,11 +42,11 @@ target_link_libraries(soundux PUBLIC webview nfd InstanceGuard)
# [[ Build Frontend ]]
if (MSVC)
file(COPY "${CMAKE_SOURCE_DIR}/src/ui/impl/webview/lib/soundux-ui/"
DESTINATION "${CMAKE_SOURCE_DIR}/build/Release/dist")
file(COPY "${CMAKE_SOURCE_DIR}/src/ui/impl/webview/lib/soundux-ui/"
DESTINATION "${CMAKE_SOURCE_DIR}/build/Release/dist")
else()
file(COPY "${CMAKE_SOURCE_DIR}/src/ui/impl/webview/lib/soundux-ui/"
DESTINATION "${CMAKE_SOURCE_DIR}/build/dist")
file(COPY "${CMAKE_SOURCE_DIR}/src/ui/impl/webview/lib/soundux-ui/"
DESTINATION "${CMAKE_SOURCE_DIR}/build/dist")
endif()
target_compile_features(soundux PRIVATE cxx_std_17)