Remove project() where not necessary
This commit is contained in:
parent
f063062f7c
commit
f3c1b664dd
3 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
|||
project(sfizz)
|
||||
|
||||
# Check SIMD
|
||||
include(SfizzSIMDSourceFiles)
|
||||
set(BENCHMARK_SIMD_SOURCES)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
project(sfizz)
|
||||
|
||||
if(SFIZZ_JACK)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(JACK "jack" REQUIRED)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
###############################
|
||||
# Test application
|
||||
|
||||
project(sfizz)
|
||||
|
||||
set(SFIZZ_TEST_SOURCES
|
||||
DirectRegionT.cpp
|
||||
RegionValuesT.cpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue