Skip to content

Commit

Permalink
Use precompiled headers for mixxx-test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 4, 2023
1 parent 2f7b03e commit 0125765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,7 @@ add_executable(mixxx-test
src/test/wwidgetstack_test.cpp
src/util/moc_included_test.cpp
)
target_precompile_headers(mixxx-test REUSE_FROM mixxx-lib)
find_package(GTest CONFIG REQUIRED)
set_target_properties(mixxx-test PROPERTIES AUTOMOC ON)
target_link_libraries(mixxx-test PRIVATE mixxx-lib mixxx-gitinfostore GTest::gtest GTest::gmock)
Expand Down

0 comments on commit 0125765

Please sign in to comment.