imay commented on a change in pull request #1321: Add Env for file operation
URL: https://github.com/apache/incubator-doris/pull/1321#discussion_r294115107
 
 

 ##########
 File path: be/CMakeLists.txt
 ##########
 @@ -555,23 +556,24 @@ if (${MAKE_TEST} STREQUAL "ON")
     add_definitions(-DBE_TEST)
 endif ()
 
+add_subdirectory(${SRC_DIR}/agent)
 add_subdirectory(${SRC_DIR}/codegen)
 add_subdirectory(${SRC_DIR}/common)
-add_subdirectory(${SRC_DIR}/util)
+add_subdirectory(${SRC_DIR}/env)
 
 Review comment:
   Just sort by name

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to