CMakeLists.t.txt 326 B

12345678910111213
  1. if(BUILD_CORE_OPTIMIZATION)
  2. #get_filename_component(currDirName ${CMAKE_CURRENT_SOURCE_DIR} NAME )
  3. #set(the_module "${the_module}_${currDirName}")
  4. #add_subdirectory(blackbox)
  5. #add_subdirectory(gradientBased)
  6. ocv_add_module(optimization)
  7. ocv_module_include_directories()
  8. ocv_glob_module_sources()
  9. ocv_create_module()
  10. endif()