reactos/rostests/apitests/w32kdll/w32kdll_2ksp4/CMakeLists.txt
Jérôme Gardou 31a15829d9 [WIN32KDLL]
- use spec file
 - fix use of def files

svn path=/trunk/; revision=55482
2012-02-07 14:54:02 +00:00

10 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)