mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
2923228336
- Start working on rostests cmake integration. svn path=/trunk/; revision=49966
9 lines
273 B
CMake
9 lines
273 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(inetmib1_winetest main.c testlist.c)
|
|
target_link_libraries(inetmib1_winetest wine)
|
|
set_module_type(inetmib1_winetest win32cui)
|
|
add_importlibs(inetmib1_winetest snmpapi msvcrt kernel32 ntdll)
|