summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_mem/aom_mem.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_mem/aom_mem.cmake')
-rw-r--r--third_party/aom/aom_mem/aom_mem.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/aom_mem/aom_mem.cmake b/third_party/aom/aom_mem/aom_mem.cmake
index 6ea5ae0d4..a142824c2 100644
--- a/third_party/aom/aom_mem/aom_mem.cmake
+++ b/third_party/aom/aom_mem/aom_mem.cmake
@@ -21,7 +21,7 @@ set(AOM_MEM_SOURCES
function (setup_aom_mem_targets)
add_library(aom_mem OBJECT ${AOM_MEM_SOURCES})
set(AOM_LIB_TARGETS ${AOM_LIB_TARGETS} aom_mem PARENT_SCOPE)
- target_sources(aom PUBLIC $<TARGET_OBJECTS:aom_mem>)
+ target_sources(aom PRIVATE $<TARGET_OBJECTS:aom_mem>)
endfunction ()
endif () # AOM_AOM_MEM_AOM_MEM_CMAKE_