mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
395dc9ef1f
svn path=/trunk/; revision=65615
12 lines
296 B
CMake
12 lines
296 B
CMake
|
|
spec2def(w32kdll_2ksp4.dll w32kdll_2ksp4.spec)
|
|
add_asm_files(w32kdll_2ksp4_asm w32kdll_2ksp4.S)
|
|
|
|
add_library(w32kdll_2ksp4 SHARED
|
|
main.c
|
|
${w32kdll_2ksp4_asm}
|
|
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2ksp4.def)
|
|
|
|
set_module_type(w32kdll_2ksp4 module)
|
|
add_dependencies(w32kdll_2ksp4 psdk)
|