reactos/rostests/apitests/w32kdll/w32kdll_2k3sp2/CMakeLists.txt
Amine Khaldi 2494d9170c * Addendum to r55764.
svn path=/trunk/; revision=55765
2012-02-20 22:09:21 +00:00

13 lines
304 B
CMake

spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec)
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 )
add_importlib_target(w32kdll_2k3sp2.spec w32kdll_2k3sp2.dll)