mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
10 lines
303 B
CMake
10 lines
303 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(rasapi32_winetest rasapi.c testlist.c)
|
|
target_link_libraries(rasapi32_winetest wine)
|
|
set_module_type(rasapi32_winetest win32cui)
|
|
add_importlibs(rasapi32_winetest msvcrt kernel32 ntdll)
|
|
add_cab_target(rasapi32_winetest 7)
|