mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
MSVC build fix & buildsystem overhaul
This commit is contained in:
11
src/CMakeLists.txt
Normal file
11
src/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
add_executable(tmx2gba
|
||||
tmx2gba.cpp
|
||||
tmxlayer.cpp tmxlayer.h
|
||||
tmxobject.cpp tmxobject.h
|
||||
tmxreader.cpp tmxreader.h
|
||||
tmxtileset.cpp tmxtileset.h)
|
||||
target_link_libraries(tmx2gba
|
||||
External::base64
|
||||
External::miniz
|
||||
External::rapidxml
|
||||
External::ultragetopt)
|
||||
Reference in New Issue
Block a user