2011-05-16 13:12:07 +00:00
|
|
|
|
2012-03-07 21:21:27 +00:00
|
|
|
spec2def(avicap32.dll avicap32.spec ADD_IMPORTLIB)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2016-04-20 12:36:25 +00:00
|
|
|
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
2015-03-14 13:40:36 +00:00
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(avicap32 MODULE
|
2011-05-16 13:12:07 +00:00
|
|
|
avicap32.c
|
|
|
|
avicap32.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/avicap32.def)
|
|
|
|
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(avicap32 win32dll UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
target_link_libraries(avicap32 wine)
|
|
|
|
add_importlibs(avicap32 advapi32 user32 version msvcrt kernel32 ntdll)
|
|
|
|
add_cd_file(TARGET avicap32 DESTINATION reactos/system32 FOR all)
|