1 2 3 4 5 6 7 8 9 10 11 12 |
IF(WIN32) ## make sure we only use the smallest set of ## headers on win32. Otherwise we get clashes ## between winsock2.h and winsock.h ADD_DEFINITIONS(-DWIN32_LEAN_AND_MEAN) ENDIF(WIN32) ADD_SUBDIRECTORY(debug) ADD_SUBDIRECTORY(proxy) ADD_SUBDIRECTORY(admin) ADD_SUBDIRECTORY(replicant) ## needs readline # ADD_SUBDIRECTORY(cli) |