Searched refs:CMakeCache (Results 1 – 17 of 17) sorted by relevance
14 from twisterlib.cmakecache import CMakeCacheEntry, CMakeCache182 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')204 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')237 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')253 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
16 from twisterlib.cmakecache import CMakeCache23 cmake_cache = CMakeCache.from_file(os.path.join(build_dir, 'CMakeCache.txt'))
105 class CMakeCache: class110 return CMakeCache(cache_file)
29 from twisterlib.cmakecache import CMakeCache814 cache = CMakeCache.from_file(cmake_cache_path)
232 class CMakeCache: class237 return CMakeCache(os.path.join(build_dir, DEFAULT_CACHE))
131 cache = zcmake.CMakeCache.from_build_dir(path)
16 from zcmake import DEFAULT_CMAKE_GENERATOR, run_cmake, run_build, CMakeCache439 self.cmake_cache = CMakeCache.from_build_dir(self.build_dir)662 cache = CMakeCache.from_build_dir(self.build_dir)
24 from zcmake import CMakeCache475 cache = CMakeCache.from_build_dir(build_dir)
548 return zcmake.CMakeCache(cache_file)
15 # The setting is store to CMakeCache.txt.
8 # This function will load the CMakeCache.txt file from the binary directory15 # BINARY_DIR: binary directory (build dir) containing the CMakeCache.txt file to load.23 file(STRINGS "${LOAD_CACHE_BINARY_DIR}/CMakeCache.txt" cache_strings ENCODING UTF-8)49 # This function will return the variable found in the CMakeCache.txt file59 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and63 # will lookup PROJECT_NAME from the CMakeCache identified by `my_sample` and181 file(TOUCH_NOCREATE ${BINARY_DIR}/CMakeCache.txt)586 # the CMakeCache.txt file which can then be accessed by images.594 # in the list in the CMakeCache and remove any duplicates from the list.
18 # The setting is store to CMakeCache.txt.
47 # already in the CMakeCache.txt. This has precedence.391 # CMakeCache.txt. If the symbols end up in DOTCONFIG they will be
1114 # build folder's CMakeCache.txt)
262 DEPENDS ${TFM_BINARY_DIR}/CMakeCache.txt265 OUTPUT ${TFM_BINARY_DIR}/CMakeCache.txt
594 CMakeCache.txt597 CMake uses a CMakeCache.txt file as persistent key/value string602 For more details about the CMakeCache.txt file see the official CMake868 ├── CMakeCache.txt