Skip to content

Commit

Permalink
Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
  • Loading branch information
uklotzde committed May 25, 2021
2 parents 2cb9421 + 0a5d1f7 commit f452c21
Show file tree
Hide file tree
Showing 142 changed files with 13,363 additions and 22,263 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ compile_commands.json
/build
/install

# Exclude unneeded files from GoogleTest library when updating our bundled
# GoogleTest library in the lib/ directory
lib/googletest/docs
lib/googletest/ci
lib/googletest/.github
lib/googletest/googlemock/test
lib/googletest/googletest/samples
lib/googletest/googletest/test

# Legacy compilation artifacts that are obsolete starting with 2.3
# TODO: Delete after 2.2 with SCons has been abandoned. Developers
# are supposed to clean their project directory!
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1408,8 +1408,8 @@ set(INSTALL_GTEST OFF CACHE BOOL "Disable installation of GoogleTest" FORCE)
# Add googletest directly to our build. This adds the following targets:
# gtest, gtest_main, gmock and gmock_main
add_subdirectory(
"${CMAKE_CURRENT_SOURCE_DIR}/lib/googletest-1.10.x"
"${CMAKE_CURRENT_BINARY_DIR}/lib/googletest-1.10.x"
"${CMAKE_CURRENT_SOURCE_DIR}/lib/googletest"
"${CMAKE_CURRENT_BINARY_DIR}/lib/googletest"
)

add_executable(mixxx-test
Expand Down
134 changes: 0 additions & 134 deletions lib/googletest-1.10.x/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions lib/googletest-1.10.x/WORKSPACE

This file was deleted.

154 changes: 0 additions & 154 deletions lib/googletest-1.10.x/appveyor.yml

This file was deleted.

40 changes: 0 additions & 40 deletions lib/googletest-1.10.x/googlemock/CONTRIBUTORS

This file was deleted.

Loading

0 comments on commit f452c21

Please sign in to comment.