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.
|
123456789 |
- # ---------------------------------
- # Finds JSON sources
- # Sets json_source_files
- # Adds appropriate include dir
- # ---------------------------------
-
- FILE(GLOB_RECURSE json_source_files ${OV_SOURCE_DEPENDENCIES_PATH}/json/*.cpp ${OV_SOURCE_DEPENDENCIES_PATH}/json/*.c ${OV_SOURCE_DEPENDENCIES_PATH}/json/*.h)
- INCLUDE_DIRECTORIES("${OV_SOURCE_DEPENDENCIES_PATH}")
- SET(SRC_FILES "${SRC_FILES};${json_source_files}")
|