mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -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()
|
||||
|
||||
# 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
|
||||
# doesn't add that dependency to its gtest target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue