1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

Give up on implementation specific getopt and just use a known competent one

This commit is contained in:
2019-05-13 23:57:44 +10:00
parent 5baf96d021
commit 45dff8f3f6
5 changed files with 934 additions and 45 deletions

View File

@@ -30,6 +30,7 @@ set(SOURCES
src/tmxreader.cpp src/tmxreader.h
src/tmxtileset.cpp src/tmxtileset.h
src/ultragetopt.c inc/ultragetopt.h
src/base64.cpp inc/base64.h
inc/miniz.h
@@ -38,8 +39,4 @@ set(SOURCES
inc/rapidxml/rapidxml_print.hpp
inc/rapidxml/rapidxml_utils.hpp)
if (MSVC)
set(SOURCES ${SOURCES} src/XGetopt.cpp inc/XGetopt.h)
endif()
add_executable(tmx2gba ${SOURCES})