mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
[CMAKE]
- Add ws2help, wshirda, wshtcpip, wsock32, wtsapi32, wuapi, xinput*, xmllite, cmbatt, compbatt, dxapi, dxg, dxgthk, fs_rec, msfs and mup to build. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48953
This commit is contained in:
parent
657cc3f2f4
commit
9d4f5c4c27
27 changed files with 286 additions and 11 deletions
12
drivers/directx/dxapi/CMakeLists.txt
Normal file
12
drivers/directx/dxapi/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
add_definitions(-D_DXAPI_)
|
||||
|
||||
spec2def(dxapi ${CMAKE_CURRENT_SOURCE_DIR}/dxapi.spec ${CMAKE_CURRENT_BINARY_DIR}/dxapi.def)
|
||||
|
||||
add_library(dxapi SHARED main.c dxapi.rc)
|
||||
|
||||
set_target_properties(dxapi PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -Wl,--image-base,0x00010000 -Wl,--subsystem,native" SUFFIX ".sys")
|
||||
|
||||
target_link_libraries(dxapi ${CMAKE_CURRENT_BINARY_DIR}/dxapi.def)
|
||||
add_importlibs(dxapi ntoskrnl hal videoprt)
|
||||
add_dependencies(dxapi dxapi_def psdk bugcodes)
|
Loading…
Add table
Add a link
Reference in a new issue