Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
263b39b8
Commit
263b39b8
authored
Feb 03, 2017
by
Tom Finegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gtest build in cmake.
Change-Id: Ic6a99b82e92f8512bdd40d002aa6b904b768ae9a
parent
a488727f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
263b39b8
...
...
@@ -860,7 +860,8 @@ if (CONFIG_WEBM_IO)
endif
()
if
(
CONFIG_UNIT_TESTS
)
include_directories
(
"
${
AOM_ROOT
}
/third_party/googletest/src/include"
)
include_directories
(
"
${
AOM_ROOT
}
/third_party/googletest/src/include"
"
${
AOM_ROOT
}
/third_party/googletest/src"
)
add_library
(
aom_gtest OBJECT
${
AOM_GTEST_SOURCES
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment