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