Skip to content

Commit ea8c3b2

Browse files
authored
Update CMakeLists.txt
not header only anymore
1 parent 132534f commit ea8c3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}"
1414

1515
project(cpp-terminal
1616
VERSION 1.0.0
17-
DESCRIPTION "Small header only C++ library for writing multiplatform terminal applications"
17+
DESCRIPTION "Small C++ library for writing multiplatform terminal applications"
1818
HOMEPAGE_URL "https://github.com/jupyter-xeus/cpp-terminal"
1919
LANGUAGES CXX)
2020

0 commit comments

Comments
 (0)