diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index c73e23cf..209faaf5 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -1,5 +1,3 @@ -project(sfizz) - # Check SIMD include(SfizzSIMDSourceFiles) set(BENCHMARK_SIMD_SOURCES) diff --git a/clients/CMakeLists.txt b/clients/CMakeLists.txt index 5c59c26a..633dc727 100644 --- a/clients/CMakeLists.txt +++ b/clients/CMakeLists.txt @@ -1,5 +1,3 @@ -project(sfizz) - if(SFIZZ_JACK) find_package(PkgConfig REQUIRED) pkg_check_modules(JACK "jack" REQUIRED) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 83370842..15c1d0d6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,8 +1,6 @@ ############################### # Test application -project(sfizz) - set(SFIZZ_TEST_SOURCES DirectRegionT.cpp RegionValuesT.cpp