tmxlite icon indicating copy to clipboard operation
tmxlite copied to clipboard

I have question

Open XiaJack opened this issue 1 year ago • 2 comments

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

XiaJack avatar Aug 21 '24 08:08 XiaJack

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

fallahn avatar Aug 23 '24 13:08 fallahn

如果您正在构建演示,则需要先构建 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

XiaJack avatar Aug 25 '24 07:08 XiaJack