[SERVICES]
[reactos.git] / rostests / apitests / appshim / CMakeLists.txt
1 project(appcompat)
2 add_definitions(-D__ROS_LONG64__)
3
4 list(APPEND SOURCE
5 versionlie.c
6 testlist.c)
7
8 add_executable(appshim_apitest ${SOURCE})
9 set_module_type(appshim_apitest win32cui)
10 add_importlibs(appshim_apitest msvcrt kernel32 ntdll)
11 add_cd_file(TARGET appshim_apitest DESTINATION reactos/bin FOR all)