mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
* feat: cmake win * fix: win bug * feat: mac * feat: mac * feat: linux * feat: remove old cmake * fix: build bug * feat: ci mac build * feat: language * feat: build win * fix: win buid error * fix: mac build error * fix: mac publish error * feat: test * feat: remove ubuntu 16 * feat: cmake build on ubuntu * fix: ubuntu build error * feat: test * fix: build error on ubuntu * fix: build error * fix: build error * fix * fix * fix: 1 * fix: 2 * fix: 3 * f * a * b * 1 Co-authored-by: 冉坤 <rankun@bytedance.com>
4 lines
93 B
CMake
Executable file
4 lines
93 B
CMake
Executable file
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
|
|
project(all)
|
|
|
|
add_subdirectory(QtScrcpy)
|