Skip to content

Commit

Permalink
feat: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ran committed Jan 10, 2025
1 parent a0d4056 commit 803d7a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions QtScrcpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (MSVC)
add_compile_options(/W3 /WX /wd4566)

# avoid warning C4819
#add_compile_options(-source-charset:utf-8)
add_compile_options(-source-charset:utf-8)
#add_compile_options(/utf-8)

# ensure we use minimal "windows.h" lib without the crazy min max macros
Expand Down Expand Up @@ -264,8 +264,6 @@ endif()

# MacOS
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")

# copy bundle file
get_target_property(MACOS_BUNDLE_PATH ${PROJECT_NAME} RUNTIME_OUTPUT_DIRECTORY)
set(MACOS_BUNDLE_PATH ${MACOS_BUNDLE_PATH}/${PROJECT_NAME}.app/Contents)
Expand Down

0 comments on commit 803d7a5

Please sign in to comment.