mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
2923228336
- Start working on rostests cmake integration. svn path=/trunk/; revision=49966
9 lines
280 B
CMake
9 lines
280 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(mlang_winetest mlang.c testlist.c)
|
|
target_link_libraries(mlang_winetest wine uuid)
|
|
set_module_type(mlang_winetest win32cui)
|
|
add_importlibs(mlang_winetest oleaut32 ole32 gdi32 msvcrt kernel32 ntdll)
|