mirror of
				https://github.com/jhasse/poly2tri.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Rename testbed/testbed to testbed/p2t
That's what README.md has been referencing as the executable name, and it's more meaningful.
This commit is contained in:
		@@ -3,11 +3,11 @@ find_package(glfw3 3.3 REQUIRED)
 | 
				
			|||||||
find_package(OpenGL REQUIRED)
 | 
					find_package(OpenGL REQUIRED)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build testbed
 | 
					# Build testbed
 | 
				
			||||||
add_executable(testbed
 | 
					add_executable(p2t
 | 
				
			||||||
    main.cc
 | 
					    main.cc
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
target_link_libraries(testbed
 | 
					target_link_libraries(p2t
 | 
				
			||||||
    PRIVATE
 | 
					    PRIVATE
 | 
				
			||||||
    glfw
 | 
					    glfw
 | 
				
			||||||
    OpenGL::GL
 | 
					    OpenGL::GL
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user