reactos/base/applications/network/ftp/CMakeLists.txt
Amine Khaldi 8db8028cbd [CMAKE]
- More work on the base modules.
- Fix a typo.
- Fix shlwapi and audio_test builds.

svn path=/branches/cmake-bringup/; revision=49061
2010-10-08 22:26:41 +00:00

14 lines
201 B
CMake

add_executable(ftp
cmds.c
cmdtab.c
domacro.c
fake.c
ftp.c
main.c
ruserpass.c
ftp.rc)
set_module_type(ftp win32cui)
add_importlibs(ftp ws2_32 iphlpapi msvcrt kernel32)