mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
9333ffdf62
* Use set_module_type() instead of set_entrypoint(). svn path=/trunk/; revision=64802
11 lines
256 B
CMake
11 lines
256 B
CMake
|
|
spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec ADD_IMPORTLIB)
|
|
|
|
add_library(w32kdll_2k3sp2 SHARED
|
|
main.c
|
|
sys-stubs.S
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
|
|
|
|
set_module_type(w32kdll_2k3sp2 module)
|
|
add_dependencies(w32kdll_2k3sp2 psdk)
|