You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- # ---------------------------------
- # Finds Lepton sources
- # Sets lepton_source_files
- # Adds appropriate include dir
- # ---------------------------------
-
- FILE(GLOB_RECURSE lepton_source_files ${OV_SOURCE_DEPENDENCIES_PATH}/lepton/*.cpp ${OV_SOURCE_DEPENDENCIES_PATH}/lepton/*.h)
- ADD_DEFINITIONS(-DTARGET_HAS_LEPTON)
- INCLUDE_DIRECTORIES("${OV_SOURCE_DEPENDENCIES_PATH}")
- SET(SRC_FILES "${SRC_FILES};${lepton_source_files}")
|