We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f4007 commit fa0736cCopy full SHA for fa0736c
unittests/CMakeLists.txt
@@ -1,7 +1,8 @@
1
# SPDX-License-Identifier: MIT
2
# Copyright (C) 2019 Intel Corporation
3
cmake_minimum_required(VERSION 3.1)
4
-project(safestring_test)
+project(safestring_test
5
+ LANGUAGES C)
6
7
set(SOURCES
8
Safe_String_UnitTestMain.c
0 commit comments