mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
manually format
This commit is contained in:
parent
1beeb58609
commit
749874c953
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ if(NOT GTEST_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Add gtest directly to our build
|
# Add gtest directly to our build
|
||||||
add_subdirectory(${CMAKE_BINARY_DIR}/gtest-src ${CMAKE_BINARY_DIR}/gtest-build EXCLUDE_FROM_ALL)
|
add_subdirectory(
|
||||||
|
${CMAKE_BINARY_DIR}/gtest-src ${CMAKE_BINARY_DIR}/gtest-build EXCLUDE_FROM_ALL
|
||||||
|
)
|
||||||
|
|
||||||
# Add the gtest include directory, since gtest
|
# Add the gtest include directory, since gtest
|
||||||
# doesn't add that dependency to its gtest target
|
# doesn't add that dependency to its gtest target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue