reactos/dll/win32/beepmidi/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

17 lines
370 B
CMake

spec2def(beepmidi.dll beepmidi.spec)
list(APPEND SOURCE
beepmidi.c
${CMAKE_CURRENT_BINARY_DIR}/beepmidi.def)
add_library(beepmidi SHARED ${SOURCE})
set_module_type(beepmidi win32dll ENTRYPOINT 0 UNICODE)
add_importlibs(beepmidi winmm kernel32 ntdll msvcrt)
add_dependencies(beepmidi psdk)
add_cd_file(TARGET beepmidi DESTINATION reactos/system32 FOR all)