mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
6 lines
198 B
CMake
6 lines
198 B
CMake
|
|
add_executable(ntdsapi_winetest ntdsapi.c testlist.c)
|
|
set_module_type(ntdsapi_winetest win32cui)
|
|
add_importlibs(ntdsapi_winetest ntdsapi msvcrt kernel32)
|
|
add_rostests_file(TARGET ntdsapi_winetest)
|