mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     BigInt/UnsignedBigInteger.cpp
 | |
|     Cipher/AES.cpp
 | |
|     Hash/MD5.cpp
 | |
|     Hash/SHA1.cpp
 | |
|     Hash/SHA2.cpp
 | |
|     PK/RSA.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibCrypto crypto)
 | |
| target_link_libraries(LibCrypto LibC)
 | 
