We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bc8fd commit e99c03cCopy full SHA for e99c03c
CMakeLists.txt
@@ -7,6 +7,7 @@ include(version.cmake)
7
project(safestring
8
VERSION ${SAFEC_VERSION_STRING}
9
DESCRIPTION "Safe C string library"
10
+ LANGUAGES C
11
)
12
13
option(BUILD_UNITTESTS "Build also project unit-tests" OFF)
0 commit comments