diff CMakeLists.txt @ 66:6481c5aed3e1

posters: add poster widget... why does AniList call these cover images? they're posters...
author Paper <mrpapersonic@gmail.com>
date Mon, 02 Oct 2023 05:56:32 -0400
parents fe719c109dbc
children 442065432549
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Oct 01 23:26:35 2023 -0400
+++ b/CMakeLists.txt	Mon Oct 02 05:56:32 2023 -0400
@@ -76,6 +76,7 @@
 
 	# Custom widgets
 	src/gui/widgets/anime_info.cpp
+	src/gui/widgets/poster.cpp
 	src/gui/widgets/sidebar.cpp
 	src/gui/widgets/text.cpp
 	src/gui/widgets/optional_date.cpp