Skip to content

Commit fa0736c

Browse files
authored
tests
1 parent d2f4007 commit fa0736c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (C) 2019 Intel Corporation
33
cmake_minimum_required(VERSION 3.1)
4-
project(safestring_test)
4+
project(safestring_test
5+
LANGUAGES C)
56

67
set(SOURCES
78
Safe_String_UnitTestMain.c

0 commit comments

Comments
 (0)