mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
cf7b88e22f
Add a test application that allows checking that currently network places enumeration is broken in ReactOS svn path=/trunk/; revision=70759
5 lines
180 B
CMake
5 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)
|