Files
reactos/dll/directx/wine/dplay/CMakeLists.txt
Carl J. Bialorucki c9842e5aad Move /sdk/include/reactos/wine to /sdk/include/wine, reorder global includes, remove unneeded includes (#8258)
- Move sdk\include\reactos\wine to sdk\include\wine
- Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
2025-07-29 13:57:12 -06:00

12 lines
303 B
CMake

spec2def(dplay.dll dplay.spec)
add_library(dplay MODULE
version.rc
${CMAKE_CURRENT_BINARY_DIR}/dplay_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/dplay.def)
set_module_type(dplay win32dll)
add_importlibs(dplay dplayx msvcrt kernel32)
add_cd_file(TARGET dplay DESTINATION reactos/system32 FOR all)