Lines Matching +full:generate +full:- +full:env
7 # https://www.apache.org/licenses/LICENSE-2.0
16 include($ENV{PW_ROOT}/pw_build/pigweed.cmake)
31 list(APPEND arg_IMPORT_DIRS $ENV{PW_ROOT} ${CMAKE_CURRENT_SOURCE_DIR})
46 # Expose a list of our sources so that other generate steps can depend on
57 # Build up a list of other `emb` sources the generate step depends on. We
58 # use this rather than the full emboss_cc_library so that the generate steps
75 # python3 $runner $embossc --generate cc --output-path $out_dir \
76 # --import-dir ... --import-dir ... $source
78 set(runner "$ENV{PW_ROOT}/third_party/emboss/embossc_runner.py")
81 "${runner}" "${embossc}" "--generate" "cc" "--no-cc-enum-traits"
82 "--output-path" "${out_dir}")
85 list(APPEND emboss_cmd "--import-dir" "${impt}")
90 # Define the command to generate $outputs