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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user