reactos/modules/rostests/apitests/cmd/CMakeLists.txt
Katayama Hirofumi MZ 0c2230ad64
[CMD_APITEST] Add FC testcase (#3632)
Add a testcase for FC (file comparison) command to investigate FC command. CORE-17500
2021-04-29 16:39:13 +09:00

12 lines
274 B
CMake

list(APPEND SOURCE
cmd.c
fc.c
testlist.c)
add_executable(cmd_apitest ${SOURCE})
target_link_libraries(cmd_apitest wine ${PSEH_LIB})
set_module_type(cmd_apitest win32cui)
add_importlibs(cmd_apitest shlwapi msvcrt kernel32)
add_rostests_file(TARGET cmd_apitest)