1add_definitions(-D__ROS_LONG64__)
2
3list(APPEND SOURCE
4    batch.c
5    testlist.c
6    rsrc.rc)
7
8add_executable(cmd_rostest ${SOURCE})
9set_module_type(cmd_rostest win32cui)
10add_importlibs(cmd_rostest msvcrt kernel32)
11add_rostests_file(TARGET cmd_rostest)
12