reactos/dll/win32/unicows/CMakeLists.txt
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- 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
2012-01-20 20:58:46 +00:00

32 lines
536 B
CMake

spec2def(unicows.dll unicows.spec)
list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/unicows_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/unicows.def)
add_library(unicows SHARED ${SOURCE})
set_module_type(unicows win32dll ENTRYPOINT 0 )
add_importlibs(unicows
avicap32
msvfw32
oledlg
comdlg32
shell32
winmm
winspool
rasapi32
secur32
sensapi
version
user32
mpr
gdi32
advapi32
msvcrt
kernel32
ntdll)
add_cd_file(TARGET unicows DESTINATION reactos/system32 FOR all)