Sync with trunk r58687.
[reactos.git] / lib / drivers / sound / stdunk / CMakeLists.txt
1
2 set_cpp()
3
4 add_library(stdunk STATIC cunknown.cpp)
5
6 if(MSVC)
7 add_target_compile_flags(stdunk "/GR-")
8 else()
9 add_target_compile_flags(stdunk "-fno-exceptions -fno-rtti")
10 endif()