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:
Roy Stogner 2021-12-01 17:36:31 -06:00
parent 136fa7acfc
commit ebf0c4d987
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ find_package(glfw3 3.3 REQUIRED)
find_package(OpenGL REQUIRED)
# Build testbed
add_executable(testbed
add_executable(p2t
main.cc
)
target_link_libraries(testbed
target_link_libraries(p2t
PRIVATE
glfw
OpenGL::GL