reactos/rostests/apitests/netshell/CMakeLists.txt

6 lines
232 B
CMake
Raw Normal View History

add_executable(netshell_apitest NcIsValidConnectionName.c testlist.c)
set_module_type(netshell_apitest win32cui)
add_importlibs(netshell_apitest msvcrt kernel32)
add_cd_file(TARGET netshell_apitest DESTINATION reactos/bin FOR all)