Skip to content

Commit

Permalink
Remove stem test
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 21, 2024
1 parent 05f79af commit 7e53874
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 @@ -3364,11 +3364,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 7e53874

Please sign in to comment.