mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
63fa6d040d
- addendum to r56081 svn path=/trunk/; revision=56082
12 lines
257 B
CMake
12 lines
257 B
CMake
|
|
spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec ADD_IMPORTLIB)
|
|
|
|
add_library(w32kdll_2k3sp2 SHARED
|
|
main.c
|
|
w32kdll_2k3sp2.S
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
|
|
|
|
set_entrypoint(w32kdll_2k3sp2 0)
|
|
|
|
add_dependencies(w32kdll_2k3sp2 psdk )
|