mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
395dc9ef1f
svn path=/trunk/; revision=65615
12 lines
312 B
CMake
12 lines
312 B
CMake
|
|
spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec ADD_IMPORTLIB)
|
|
add_asm_files(w32kdll_2k3sp2_asm sys-stubs.S)
|
|
|
|
add_library(w32kdll_2k3sp2 SHARED
|
|
main.c
|
|
${w32kdll_2k3sp2_asm}
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
|
|
|
|
set_module_type(w32kdll_2k3sp2 module)
|
|
add_dependencies(w32kdll_2k3sp2 psdk)
|