2011-05-16 13:12:07 +00:00
|
|
|
|
2016-04-20 12:36:25 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
2011-06-26 21:29:55 +00:00
|
|
|
spec2def(dplay.dll dplay.spec)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_library(dplay SHARED
|
|
|
|
version.rc
|
2014-09-07 20:19:05 +00:00
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/dplay_stubs.c
|
2011-05-16 13:12:07 +00:00
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/dplay.def)
|
|
|
|
|
2013-09-30 18:12:42 +00:00
|
|
|
set_module_type(dplay win32dll)
|
2014-09-07 20:19:05 +00:00
|
|
|
add_importlibs(dplay dplayx msvcrt kernel32)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET dplay DESTINATION reactos/system32 FOR all)
|