mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
f5ce699517
- Add the apitests to build. - Improve some winetests. svn path=/trunk/; revision=50100
6 lines
265 B
CMake
6 lines
265 B
CMake
|
|
add_library(w32kdll_xpsp2 SHARED main.c w32kdll_xpsp2.S)
|
|
set_entrypoint(w32kdll_xpsp2 0)
|
|
target_link_libraries(w32kdll_xpsp2 ${CMAKE_CURRENT_SOURCE_DIR}/w32kdll_xpsp2.def)
|
|
add_dependencies(w32kdll_xpsp2 psdk buildno_header)
|
|
add_importlib_target(w32kdll_xpsp2.def)
|