mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
31a15829d9
- use spec file - fix use of def files svn path=/trunk/; revision=55482
9 lines
235 B
CMake
9 lines
235 B
CMake
spec2def(w32kdll_2ksp4.dll w32kdll_2ksp4.spec)
|
|
|
|
add_library(w32kdll_2ksp4 SHARED
|
|
main.c
|
|
w32kdll_2ksp4.S
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2ksp4.def)
|
|
set_entrypoint(w32kdll_2ksp4 0)
|
|
|
|
add_dependencies(w32kdll_2ksp4 psdk)
|