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 8f0b4a3 commit 0c99264Copy full SHA for 0c99264
CMakeLists.txt
@@ -160,6 +160,7 @@ if(WIN32)
160
)
161
target_compile_definitions(usb-1.0 PRIVATE $<$<C_COMPILER_ID:MSVC>:_CRT_SECURE_NO_WARNINGS=1>)
162
target_link_libraries(usb-1.0 PRIVATE windowsapp)
163
+ set_target_properties(usb-1.0 PROPERTIES UNITY_BUILD OFF)
164
else()
165
# common POSIX/non-Windows sources
166
target_sources(usb-1.0 PRIVATE
0 commit comments