1 2include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) 3spec2def(dplay.dll dplay.spec) 4 5add_library(dplay MODULE 6 version.rc 7 ${CMAKE_CURRENT_BINARY_DIR}/dplay_stubs.c 8 ${CMAKE_CURRENT_BINARY_DIR}/dplay.def) 9 10set_module_type(dplay win32dll) 11add_importlibs(dplay dplayx msvcrt kernel32) 12add_cd_file(TARGET dplay DESTINATION reactos/system32 FOR all) 13