[host] nvfbc: make the downsampleParser available outside of NvFBC

This commit is contained in:
Geoffrey McRae
2023-11-07 09:05:53 +11:00
parent 139e98ac3b
commit 6c7f3c4197
4 changed files with 138 additions and 81 deletions

View File

@@ -87,6 +87,7 @@ endif()
set(SOURCES
${CMAKE_BINARY_DIR}/version.c
src/app.c
src/downsample_parser.c
)
add_subdirectory("${PROJECT_TOP}/common" "${CMAKE_BINARY_DIR}/common")