mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     CodeBlock.cpp
 | |
|     Document.cpp
 | |
|     Heading.cpp
 | |
|     HorizontalRule.cpp
 | |
|     List.cpp
 | |
|     Paragraph.cpp
 | |
|     Table.cpp
 | |
|     Text.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibMarkdown markdown)
 | |
| target_link_libraries(LibMarkdown LibJS)
 | 
