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