[NTFS]
[reactos.git] / rostests / apitests / crt / ntdll_crt_apitest.cmake
index 63a51d1..a6432a3 100644 (file)
@@ -151,11 +151,9 @@ elseif(ARCH STREQUAL "amd64")
     )
 endif()
 
-
 add_executable(ntdll_crt_apitest testlist.c ${SOURCE_NTDLL})
 add_target_compile_definitions(ntdll_crt_apitest TEST_NTDLL)
 target_link_libraries(ntdll_crt_apitest wine ${PSEH_LIB})
 set_module_type(ntdll_crt_apitest win32cui)
 add_importlibs(ntdll_crt_apitest ntdll msvcrt kernel32)
 add_cd_file(TARGET ntdll_crt_apitest DESTINATION reactos/bin FOR all)
-