[SHELL32]
[reactos.git] / reactos / drivers / wdm / audio / drivers / CMIDriver / cpl / CMakeLists.txt
1
2 set_cpp()
3
4 add_library(cmicpl SHARED
5 cmicpl.cpp
6 cmicpl.rc
7 )
8
9 set_module_type(cmicpl cpl UNICODE)
10
11 add_importlibs(cmicpl
12 shell32
13 msvcrt
14 kernel32
15 )
16
17 if (NOT MSVC)
18 target_link_libraries(cmicpl -lgcc)
19 endif()
20
21 add_cd_file(TARGET cmicpl DESTINATION reactos/system32/drivers FOR all)