Replies: 3 comments
-
|
I've never used CLion but according to this post it uses CMake files directly. In which case you can use the included example CMake files as a basis for adding tmxlite to your project: https://github.com/fallahn/tmxlite/blob/master/SFMLExample/CMakeLists.txt#L25 for SFML projects or |
Beta Was this translation helpful? Give feedback.
-
|
I cloned the repository and tried to open the SFML Example in CLion, but it returned the following error: |
Beta Was this translation helpful? Give feedback.
-
|
You need to build the tmxlite library first and install it somewhere that CMake can find it. You can do this with the CMake file in the tmxlite directory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new at using libraries and I didn't understand how to use the tmxlite. I tried to link the library in my IDE with many different ways, but none of them worked, and I didn't find any tutorial or issue that solved my problem.
Beta Was this translation helpful? Give feedback.
All reactions