Loading ifs/CMakeLists.txt +10 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,6 @@ endif() # boost dependencies, system is required for filesystem find_package(Boost 1.53 REQUIRED COMPONENTS system filesystem serialization) include_directories(include ${ROCKSDB_INCLUDE_DIR} # margo paths ${MARGO_INCLUDE_DIR} ${ABT_INCLUDE_DIR} ${ABT_SNOOZER_INCLUDE_DIR} ${MERCURY_INCLUDE_DIR} ${LIBEV_INCLUDE_DIRS} ${ABT_IO_INCLUDE_DIRS} ) include_directories(include) add_subdirectory(src/preload) Loading @@ -134,6 +129,16 @@ set(DAEMON_SRC ) add_executable(adafs_daemon ${DAEMON_SRC}) target_include_directories(adafs_daemon PUBLIC ${ROCKSDB_INCLUDE_DIRS} ${MARGO_INCLUDE_DIRS} ${ABT_INCLUDE_DIRS} ${ABT_SNOOZER_INCLUDE_DIRS} ${MERCURY_INCLUDE_DIRS} ${LIBEV_INCLUDE_DIRS} ${ABT_IO_INCLUDE_DIRS} ) if (${CMAKE_BUILD_TYPE} STREQUAL "Maintainer") target_link_libraries(adafs_daemon ${ROCKSDB_LIBRARIES} Loading ifs/src/preload/CMakeLists.txt +6 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,9 @@ else () ${ABT_SNOOZER_LIBRARIES} ${MARGO_LIBRARIES} -lpthread -lboost_system) endif () target_include_directories(iointer PUBLIC ${ABT_INCLUDE_DIRS} ) Loading
ifs/CMakeLists.txt +10 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,6 @@ endif() # boost dependencies, system is required for filesystem find_package(Boost 1.53 REQUIRED COMPONENTS system filesystem serialization) include_directories(include ${ROCKSDB_INCLUDE_DIR} # margo paths ${MARGO_INCLUDE_DIR} ${ABT_INCLUDE_DIR} ${ABT_SNOOZER_INCLUDE_DIR} ${MERCURY_INCLUDE_DIR} ${LIBEV_INCLUDE_DIRS} ${ABT_IO_INCLUDE_DIRS} ) include_directories(include) add_subdirectory(src/preload) Loading @@ -134,6 +129,16 @@ set(DAEMON_SRC ) add_executable(adafs_daemon ${DAEMON_SRC}) target_include_directories(adafs_daemon PUBLIC ${ROCKSDB_INCLUDE_DIRS} ${MARGO_INCLUDE_DIRS} ${ABT_INCLUDE_DIRS} ${ABT_SNOOZER_INCLUDE_DIRS} ${MERCURY_INCLUDE_DIRS} ${LIBEV_INCLUDE_DIRS} ${ABT_IO_INCLUDE_DIRS} ) if (${CMAKE_BUILD_TYPE} STREQUAL "Maintainer") target_link_libraries(adafs_daemon ${ROCKSDB_LIBRARIES} Loading
ifs/src/preload/CMakeLists.txt +6 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,9 @@ else () ${ABT_SNOOZER_LIBRARIES} ${MARGO_LIBRARIES} -lpthread -lboost_system) endif () target_include_directories(iointer PUBLIC ${ABT_INCLUDE_DIRS} )