aeff43e3db782b9087cea29280d048a5dcd0d61b
[reactos.git] / drivers / wdm / audio / drivers / CMIDriver / cmicontrol / CMakeLists.txt
1
2 set_cpp()
3 include_directories(..)
4
5 add_executable(cmicontrol main.cpp window.rc)
6
7 if(NOT MSVC)
8 set_source_files_properties(main.cpp PROPERTIES COMPILE_FLAGS "-Wno-write-strings")
9 endif()
10
11 add_importlibs(cmicontrol user32 gdi32 ole32 advapi32 comctl32 shell32 dsound setupapi winmm msvcrt kernel32)
12 set_module_type(cmicontrol win32gui)
13 add_cd_file(TARGET cmicontrol DESTINATION reactos/system32/drivers FOR all)