1# Each protocol handler is listed below. If you want 2# to disable some / all of these, comment out the block(s) in question 3 4if(NXD_ENABLE_FILE_SERVERS) 5 target_sources(${PROJECT_NAME} 6 PRIVATE 7 # {{BEGIN_TARGET_SOURCES}} 8 ${CMAKE_CURRENT_LIST_DIR}/iperf/nx_iperf.c 9 10 # {{END_TARGET_SOURCES}} 11 ) 12 13 target_include_directories(${PROJECT_NAME} PUBLIC 14 ${CMAKE_CURRENT_LIST_DIR}/iperf 15 ) 16endif()