Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd CMake aliases #2429
Add CMake aliases #2429
Comments
|
Anything related to CMake is community supported. We do not use it internally and we are not in position to check. In general the maintainers would look for community consensus. |
|
My 2 cents,
|
|
can i take this? |
|
Do whatever you think is best.
…On Mon, 7 Sep 2020, 17:57 Piotr Zarycki, ***@***.***> wrote:
can i take this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2429 (comment)>,
or unsubscribe
<
|
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.I am not sure, where I should add these aliases.