ca96b1d245edb2918fee709f65be076c3fcabebe
[reactos.git] / rostests / winetests / rsabase / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(rsabase_winetest rsabase.c testlist.c)
7 target_link_libraries(rsabase_winetest wine)
8 set_module_type(rsabase_winetest win32cui)
9 add_importlibs(rsabase_winetest advapi32 msvcrt kernel32 ntdll)
10 add_cd_file(TARGET rsabase_winetest DESTINATION reactos/bin FOR all)