[PSEH2_TEST]
[reactos.git] / rostests / tests / pseh2 / CMakeLists.txt
1
2 add_executable(pseh2_test psehtest.c psehtest2.c)
3 target_link_libraries(pseh2_test wine ${PSEH_LIB})
4 set_module_type(pseh2_test win32cui)
5 add_importlibs(pseh2_test msvcrt kernel32 ntdll)
6 add_cd_file(TARGET pseh2_test DESTINATION reactos/bin FOR all)
7
8 if(NOT MSVC)
9 add_target_compile_flags(pseh2_test "-Wno-format")
10 endif()