[TASKMGR] Process page: Allow using "Open File Location" functionality without runnin...
[reactos.git] / base / applications / network / finger / CMakeLists.txt
1
2 add_definitions(-D__USE_W32_SOCKETS)
3
4 list(APPEND SOURCE
5 finger.c
6 err.c
7 getopt.c
8 net.c
9 precomp.h)
10
11 add_executable(finger ${SOURCE} finger.rc)
12 set_module_type(finger win32cui)
13 add_importlibs(finger ws2_32 msvcrt kernel32)
14 add_pch(finger precomp.h SOURCE)
15 add_cd_file(TARGET finger DESTINATION reactos/system32 FOR all)