Ensure decoder and gif library are built in

This commit is contained in:
Gavin MacGregor
2025-10-21 14:43:02 +01:00
parent f18cf60b27
commit d9c93cfe66
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
file (GLOB SOURCES *.cpp)
add_library(qteletextdecoder ${SOURCES} teletextfonts.qrc)
add_library(qteletextdecoder STATIC ${SOURCES} teletextfonts.qrc)
target_include_directories(qteletextdecoder PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})