mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 4941cffdd0
			
		
	
	
		4941cffdd0
		
	
	
	
	
		
			
			This is a tangly commit and it fixes all the bugs that a plain move would have caused (i.e. we need to touch other logic which had wrong assumptions).
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clip.cpp
 | |
|     Effects.cpp
 | |
|     Synthesizers.cpp
 | |
|     Keyboard.cpp
 | |
|     Track.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDSP dsp)
 | |
| target_link_libraries(LibDSP LibCore)
 |