mirror of
https://github.com/thead-yocto-mirror/prd-utils
synced 2026-06-21 08:52:31 +02:00
13 lines
244 B
CMake
13 lines
244 B
CMake
#
|
|
# Copyright (C) 2023 Alibaba Group Holding Limited
|
|
#
|
|
|
|
include(${PROJECT_SOURCE_DIR}/cmake/custom_macros.cmake)
|
|
|
|
# Config all parameters for test cases below
|
|
set(linkLibs prd_utils)
|
|
|
|
# test factory param
|
|
BuildNormalProgram(test_prd_utils_kv)
|
|
|