Reformat CMake files

This commit is contained in:
Benoit Blanchon
2023-02-09 10:00:38 +01:00
parent e0bdc4bff1
commit 62dea9d364
24 changed files with 104 additions and 107 deletions

View File

@ -2,7 +2,7 @@
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License
add_executable(TextFormatterTests
add_executable(TextFormatterTests
writeFloat.cpp
writeInteger.cpp
writeString.cpp
@ -14,5 +14,5 @@ add_test(TextFormatter TextFormatterTests)
set_tests_properties(TextFormatter
PROPERTIES
LABELS "Catch"
LABELS "Catch"
)