ref: 1857858144fc14ed5b370bb9a86653606c647ae6
parent: 23c7d01a5a2a4f4a804ebe36c63e079f80c97fbb
parent: 6323d330901f305a664f62a0a11b656c1529319f
author: Fabian Greffrath <fabian@greffrath.com>
date: Fri Jun 7 11:22:04 EDT 2019
Merge pull request #1177 from vilhelmgray/fix_textscreen_cmakefile textscreen: Fix ambiguous textscreen CMake line
--- a/textscreen/CMakeLists.txt
+++ b/textscreen/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(textscreen
+add_library(textscreen STATIC
textscreen.h
txt_conditional.c txt_conditional.h
txt_checkbox.c txt_checkbox.h