CMakeLists.txt 364 B

12345678910
  1. # This file is part of OpenCV project.
  2. # It is subject to the license terms in the LICENSE file found in the top-level directory
  3. # of this distribution and at http://opencv.org/license.html
  4. set(SEMIHOSTING_SUFFIX semihosting)
  5. add_subdirectory(include)
  6. set(RAW_PIXEL_INCLUDE ${CMAKE_CURRENT_BINARY_DIR}/include)
  7. add_subdirectory(histogram)
  8. add_subdirectory(norm)