mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
6 lines
206 B
CMake
6 lines
206 B
CMake
|
|
add_executable(netshell_apitest NcIsValidConnectionName.c testlist.c)
|
|
set_module_type(netshell_apitest win32cui)
|
|
add_importlibs(netshell_apitest msvcrt kernel32)
|
|
add_rostests_file(TARGET netshell_apitest)
|