You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 260 B

12345678910
  1. #add flags
  2. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-sign-compare")
  3. if (ENABLE_ACL)
  4. add_subdirectory(cxx_st)
  5. elseif (ENABLE_GPU OR ENABLE_D OR ENABLE_CPU)
  6. message(fatal "No need set -e xxx when compile ut")
  7. else ()
  8. add_subdirectory(ut)
  9. endif()