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.

28 lines
898 B

#
# Copyright (C) 2019-2025 Rockchip Electronics Co., Ltd. All Rights Reserved.
#
# This source code is protected under international copyright law. All rights
# reserved and protected by the copyright holders.
# This file is confidential and only available to authorized individuals with the
# permission of the copyright holders. If you encounter this file and do not have
# permission, please contact the copyright holders and delete this file.
#
add_executable(rvcam_stream_test
rvcam_stream_test.cc
rvcam_stream_factory.cc
)
target_link_libraries(rvcam_stream_test
PUBLIC
liberpc::liberpc
libdrm::libdrm
tinyxml2::tinyxml2
rvcam_remote
rvcam
rvcam_headers
rvcam_api_headers)
target_include_directories(rvcam_stream_test
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
)
install(TARGETS rvcam_stream_test RUNTIME DESTINATION bin)