reactos/rostests/tests/np_enum/CMakeLists.txt
Pierre Schweitzer cf7b88e22f [NP_ENUM]
Add a test application that allows checking that currently network places enumeration is broken in ReactOS

svn path=/trunk/; revision=70759
2016-02-20 15:56:49 +00:00

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)