Fix usage text and rename executable

This commit is contained in:
ShadowNinja
2013-07-29 12:16:08 -04:00
parent 35f89df2cd
commit de94ab8aa6
3 changed files with 15 additions and 15 deletions

View File

@ -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