mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     pthread.cpp
 | |
| )
 | |
| 
 | |
| serenity_libc(LibPthread pthread)
 | |
| target_link_libraries(LibPthread LibC)
 | |
| target_include_directories(LibPthread PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
 | 
