Partial merge of condrv_restructure branch r65657.
[reactos.git] / rostests / apitests / w32kdll / w32kdll_2k3sp2 / CMakeLists.txt
1
2 spec2def(w32kdll_2k3sp2.dll w32kdll_2k3sp2.spec ADD_IMPORTLIB)
3 add_asm_files(w32kdll_2k3sp2_asm sys-stubs.S)
4
5 add_library(w32kdll_2k3sp2 SHARED
6 main.c
7 ${w32kdll_2k3sp2_asm}
8 ${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
9
10 set_module_type(w32kdll_2k3sp2 module)
11 add_dependencies(w32kdll_2k3sp2 psdk)