We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c5597 commit 6f2ea17Copy full SHA for 6f2ea17
CMakeLists.txt
@@ -1,4 +1,9 @@
1
cmake_minimum_required(VERSION 3.29)
2
+
3
+if (WIN32)
4
+ set(CMAKE_TOOLCHAIN_FILE "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake")
5
+endif()
6
7
project(pinedio-usb C)
8
9
set(CMAKE_C_STANDARD 11)
0 commit comments