mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Add functions for device commands for win32.
This commit is contained in:
@@ -4,7 +4,7 @@ if (NOT "${CMAKE_SYSTEM}" MATCHES "Windows")
|
||||
return()
|
||||
endif ()
|
||||
|
||||
set(PLATFORM_SOURCES "win32.h" network.c hello.c "win32.c" list_devices.c)
|
||||
set(PLATFORM_SOURCES "win32.h" network.c hello.c "win32.c" list_devices.c ata.c device.c ieee1394.c pcmcia.c scsi.c sdhci.c usb.c)
|
||||
|
||||
add_executable(dicremote ${PLATFORM_SOURCES})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user