mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
cf7b88e22f
Add a test application that allows checking that currently network places enumeration is broken in ReactOS svn path=/trunk/; revision=70759
4 lines
180 B
CMake
4 lines
180 B
CMake
add_executable(np_enum np_enum.c)
|
|
set_module_type(np_enum win32cui UNICODE)
|
|
add_importlibs(np_enum msvcrt kernel32 mpr)
|
|
add_cd_file(TARGET np_enum DESTINATION reactos/bin FOR all)
|