diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-07 21:25:56 +0000 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-02-07 21:25:56 +0000 |
commit | 0ca05c54dd814f294617eda286ef175f01baa542 (patch) | |
tree | f7d92175688e8fe8e95cbb2e87b232fbc50fe83f /src | |
parent | 386fdd02304d1ef231db8ce7ec90b0dc8227d739 (diff) | |
download | Mana-0ca05c54dd814f294617eda286ef175f01baa542.tar.gz Mana-0ca05c54dd814f294617eda286ef175f01baa542.tar.bz2 Mana-0ca05c54dd814f294617eda286ef175f01baa542.tar.xz Mana-0ca05c54dd814f294617eda286ef175f01baa542.zip |
Introduce .gitlab-ci.yml
This just checks that the client compiles on Ubuntu for now.
Also fixed a PhysicsFS linker issue introduced in
ffa8ea13fbf50ad59d9fc4cea71b9aec4aca8bac...
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f2ba1221..c24bd350 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -640,11 +640,10 @@ TARGET_LINK_LIBRARIES(mana ${INTERNAL_LIBRARIES} ${SDL2_LIBRARIES} ${PNG_LIBRARIES} - ${PHYSFS_LIBRARY} + ${PHYSFS_LIBRARIES} ${CURL_LIBRARIES} ${LIBXML2_LIBRARIES} ${GUICHAN_LIBRARIES} - ${X11_LIBRARIES} ${OPENGL_LIBRARIES} ${LIBINTL_LIBRARIES} ${EXTRA_LIBRARIES}) |