[CMAKE]
[reactos.git] / base / applications / network / finger / CMakeLists.txt
1
2 add_definitions(
3 -D__USE_W32_SOCKETS
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(finger
7 finger.c
8 err.c
9 getopt.c
10 net.c
11 finger.rc)
12
13 set_module_type(finger win32cui)
14 add_importlibs(finger ws2_32 msvcrt kernel32)
15 add_cab_target(finger 1)