mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
12 lines
221 B
CMake
12 lines
221 B
CMake
add_executable(tmx2gba
|
|
tmx2gba.cpp
|
|
tmxlayer.hpp
|
|
tmxobject.hpp
|
|
tmxreader.hpp tmxreader.cpp
|
|
tmxtileset.hpp)
|
|
target_link_libraries(tmx2gba
|
|
External::base64
|
|
External::miniz
|
|
External::rapidxml
|
|
External::ultragetopt)
|