mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
7 lines
267 B
CMake
7 lines
267 B
CMake
|
|
||
|
add_executable(netcfgx_winetest netcfgx.c testlist.c)
|
||
|
target_link_libraries(netcfgx_winetest uuid)
|
||
|
set_module_type(netcfgx_winetest win32cui)
|
||
|
add_importlibs(netcfgx_winetest ole32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET netcfgx_winetest DESTINATION reactos/bin FOR all)
|