mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 15:51:16 +00:00
fb7355f834
svn path=/branches/ntvdm/; revision=59499
21 lines
355 B
CMake
21 lines
355 B
CMake
|
|
set_cpp()
|
|
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
add_definitions(-D_WIN32_WINNT=0x600)
|
|
|
|
|
|
add_definitions(
|
|
-DUNICODE -D_UNICODE)
|
|
|
|
list(APPEND SOURCE
|
|
hcd_controller.cpp
|
|
hub_controller.cpp
|
|
memory_manager.cpp
|
|
misc.cpp
|
|
usb_device.cpp
|
|
purecall.cpp
|
|
libusb.cpp)
|
|
|
|
add_library(libusb ${SOURCE})
|
|
add_dependencies(libusb bugcodes)
|