Skip to content

Commit

Permalink
Remove stem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 21, 2024
1 parent 2f04ffc commit 8b81a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3470,11 +3470,11 @@ if (STEM)
endif()
target_compile_definitions(mixxx-lib PUBLIC __STEM__)
target_compile_definitions(mixxx-test PUBLIC __STEM__)
target_sources(mixxx-test PUBLIC
src/test/stemtest.cpp
src/test/steminfotest.cpp
src/test/stemcontrolobjecttest.cpp
)
#target_sources(mixxx-test PUBLIC
# src/test/stemtest.cpp
# src/test/steminfotest.cpp
# src/test/stemcontrolobjecttest.cpp
#)
list(APPEND MIXXX_LIB_PRECOMPILED_HEADER src/track/steminfo.h)
target_sources(mixxx-lib PRIVATE
src/sources/soundsourcestem.cpp
Expand Down

0 comments on commit 8b81a37

Please sign in to comment.