first commit

This commit is contained in:
cxh 2025-09-08 10:17:37 +08:00
parent 20328588f2
commit 10ea47b4c2

View File

@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
#
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../bin)
# GStreamer
find_package(PkgConfig REQUIRED)