fallahn / tmxlite

lightweight C++14 parser for Tiled tmx files
Other
404 stars 69 forks source link

I have question #158

Open XiaJack opened 2 months ago

XiaJack commented 2 months ago

Trouble How does it work? It's been going on for days

fallahn commented 2 months ago

If you're building the demo you need to build the tmxlite library first. Then you need to add the directory it's in to the search paths for the CMake file for the demo builder. You can use CMake's link_directories() for this: https://cmake.org/cmake/help/latest/command/link_directories.html

XiaJack commented 2 months ago

如果您正在构建演示,则需要先构建 tmxlite 库。然后,您需要将其所在的目录添加到演示构建器的 CMake 文件的搜索路径中。您可以使用 CMake 的 link_directories() 来实现此目的: https: //cmake.org/cmake/help/latest/command/link_directories.html

I've compiled tmxlite, and Write the correct path,But there is a problem 240825