Home
last modified time | relevance | path

Searched refs:STATIC_LIBRARY (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/modules/hal_rpi_pico/bootloader/
DCMakeLists.txt6 set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapi.py107 STATIC_LIBRARY = 2 variable in TargetType
Dcmakefileapijson.py197 return zspdx.cmakefileapi.TargetType.STATIC_LIBRARY
/Zephyr-latest/modules/openthread/
DCMakeLists.txt4 set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
165 zephyr_get_targets(${ZEPHYR_CURRENT_MODULE_DIR} "STATIC_LIBRARY;OBJECT_LIBRARY" ALL_TARGETS)
/Zephyr-latest/
DCMakeLists.txt992 if(${lib_type} STREQUAL STATIC_LIBRARY
/Zephyr-latest/cmake/modules/
Dextensions.cmake3562 # Example of types: OBJECT_LIBRARY, STATIC_LIBRARY, INTERFACE_LIBRARY, UTILITY.