mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
72864bcd6c
- Add ksuser, npfs, ntfs, ks, parallel, serenum, serial, pciide, pciidex, usbdriver, usbd, framebuf, framebuf_new and portcls to build. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48951
7 lines
299 B
CMake
7 lines
299 B
CMake
|
|
add_library(pciide SHARED pciide.c pciide.rc)
|
|
|
|
set_target_properties(pciide PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -Wl,--image-base,0x00010000 -Wl,--exclude-all-symbols -Wl,--subsystem,native" SUFFIX ".sys")
|
|
|
|
add_importlibs(pciide pciidex ntoskrnl)
|
|
add_dependencies(pciide psdk bugcodes)
|