mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
08265cb095
Alexey Komarov: - More work on base modules. - Add some dlls to build. svn path=/branches/cmake-bringup/; revision=48996
11 lines
193 B
CMake
11 lines
193 B
CMake
|
|
add_executable(telnetd
|
|
telnetd.c
|
|
serviceentry.c
|
|
telnetd.rc)
|
|
|
|
target_link_libraries(telnetd wine)
|
|
|
|
set_module_type(telnetd win32cui)
|
|
add_importlibs(telnetd advapi32 ws2_32 msvcrt)
|
|
|