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 759108c commit 534b6e4Copy full SHA for 534b6e4
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