We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a3fe4 commit 1be36f3Copy full SHA for 1be36f3
src/GFX/CMakeLists.txt
@@ -6,6 +6,8 @@ add_library (GFX
6
Rendering.cpp)
7
8
target_link_libraries(GFX PRIVATE Game)
9
+target_link_libraries(GFX PRIVATE SDL3::SDL3)
10
+target_link_libraries(GFX PRIVATE SDL3::SDL3 SDL3_ttf::SDL3_ttf)
11
12
install (TARGETS GFX DESTINATION bin)
13
install (FILES Animation.hpp DESTINATION include)
0 commit comments