Sign in
aomedia
/
libavif
/
b1dca3ba2f99be1030d2aa6b2c26ba1246e797c9
/
.
/
ext
/
CMakeLists.txt
blob: a4f038bde3001bbca29dc8023d95249860334936 [
file
]
# Copyright 2019 Joe Drago. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause
set(AOM_MINIMAL_BUILD TRUE)
add_subdirectory(aom)
if(NOT AVIF_EXTERNAL_GB)
include_directories(gb)
add_library(gb
gb/gb_math.c
gb/gb_math.h
)
endif()