1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Call format-cmake.py

This commit is contained in:
Elias Steurer 2020-10-29 19:48:40 +01:00
parent a367b222f2
commit 685c13d87d
3 changed files with 1 additions and 4 deletions

View File

@ -105,8 +105,7 @@ if(WIN32)
configure_file(${filename} ${CMAKE_BINARY_DIR}/bin/ COPYONLY)
endforeach()
configure_file(${VCPKG_INSTALLED_PATH}/tools/sentry-native/crashpad_handler.exe
${CMAKE_BINARY_DIR}/bin/ COPYONLY)
configure_file(${VCPKG_INSTALLED_PATH}/tools/sentry-native/crashpad_handler.exe ${CMAKE_BINARY_DIR}/bin/ COPYONLY)
elseif(APPLE)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../Common/ffmpeg/ffmpeg ${CMAKE_BINARY_DIR}/bin/ COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../Common/ffmpeg/ffprobe ${CMAKE_BINARY_DIR}/bin/ COPYONLY)

View File

@ -1,4 +1,3 @@
project(ScreenPlayShader LANGUAGES CXX)
set(CMAKE_AUTORCC ON)

View File

@ -1,4 +1,3 @@
project(ScreenPlayWidget LANGUAGES CXX)
set(CMAKE_AUTORCC ON)