Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103590484
google-test.cmake
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Mar 3, 05:16
Size
475 B
Mime Type
text/plain
Expires
Wed, Mar 5, 05:16 (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
16646196
Attached To
rAKA akantu
google-test.cmake
View Options
package_declare
(
gtest
EXTERNAL
DESCRIPTION
"Add GTest support for tests"
SYSTEM
AUTO
third-party/cmake/gtest.cmake
EXCLUDE_FROM_ALL
)
package_get_option_name
(
gtest
_opt_name
)
if
(
AKANTU_TESTS
)
set
(
${
_opt_name
}
ON
CACHE
BOOL
"Add GTest support for tests (forced)"
FORCE
)
endif
()
package_add_third_party_script_variable
(
google-test
GTEST_VERSION
"master"
)
package_add_third_party_script_variable
(
google-test
GTEST_GIT
"https://github.com/google/googletest.git"
)
Event Timeline
Log In to Comment