mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
17 lines
402 B
CMake
17 lines
402 B
CMake
|
|
spec2def(avicap32.dll avicap32.spec)
|
|
|
|
|
|
add_library(avicap32 SHARED
|
|
avicap32.c
|
|
avicap32.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/avicap32.def)
|
|
|
|
set_module_type(avicap32 win32dll UNICODE)
|
|
|
|
target_link_libraries(avicap32 wine)
|
|
|
|
add_importlibs(avicap32 advapi32 user32 version msvcrt kernel32 ntdll)
|
|
|
|
add_cd_file(TARGET avicap32 DESTINATION reactos/system32 FOR all)
|
|
add_importlib_target(avicap32.spec)
|