mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-03 09:00:22 +02:00
Fix usage text and rename executable
This commit is contained in:
@ -68,13 +68,13 @@ set(mapper_SRCS
|
||||
mapper.cpp
|
||||
)
|
||||
|
||||
add_executable(minetest_mapper
|
||||
add_executable(minetestmapper
|
||||
${mapper_HDRS}
|
||||
${mapper_SRCS}
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
minetest_mapper
|
||||
minetestmapper
|
||||
${LIBSQLITE3_LIBRARIES}
|
||||
gd
|
||||
z
|
||||
|
Reference in New Issue
Block a user