blob: 300285fd0e04df43f2432a6f11721b215cee7597 [file] [log] [blame]
# Ganesha CMake integration
if(TIRPC_EPOLL)
add_definitions(-DTIRPC_EPOLL)
endif(TIRPC_EPOLL)
include_directories(
"${PROJECT_BINARY_DIR}/include"
"${PROJECT_SOURCE_DIR}/libntirpc/tirpc/"
"${PROJECT_SOURCE_DIR}/include"
"${OS_INCLUDE_DIR}"
"${PROJECT_SOURCE_DIR}/libntirpc/src/"
)
add_subdirectory(src)