mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
0b6a8d819a
- More work rostests cmake integration. Winetests are almost all done (two remain). svn path=/trunk/; revision=49968
9 lines
270 B
CMake
9 lines
270 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(wldap32_winetest parse.c testlist.c)
|
|
target_link_libraries(wldap32_winetest wine)
|
|
set_module_type(wldap32_winetest win32cui)
|
|
add_importlibs(wldap32_winetest wldap32 msvcrt kernel32 ntdll)
|