Reformat CMake scripts against cmake-format 0.6.3

This commit is contained in:
Martchus 2019-12-15 19:45:47 +01:00
parent fb8c99b2d4
commit 463c1f871f
1 changed files with 4 additions and 8 deletions

View File

@ -31,18 +31,14 @@ set(SRC_FILES
util/openssl.cpp
util/opensslrandomdevice.cpp)
set(TEST_HEADER_FILES)
set(TEST_SRC_FILES
tests/utils.h
tests/passwordfiletests.cpp
tests/entrytests.cpp
tests/fieldtests.cpp
tests/opensslrandomdevice.cpp
tests/opensslutils.cpp)
set(TEST_SRC_FILES tests/utils.h tests/passwordfiletests.cpp tests/entrytests.cpp tests/fieldtests.cpp
tests/opensslrandomdevice.cpp tests/opensslutils.cpp)
set(DOC_FILES README.md)
# find c++utilities
set(CONFIGURATION_PACKAGE_SUFFIX ""
set(CONFIGURATION_PACKAGE_SUFFIX
""
CACHE STRING "sets the suffix for find_package() calls to packages configured via c++utilities")
find_package(c++utilities${CONFIGURATION_PACKAGE_SUFFIX} 5.0.0 REQUIRED)
use_cpp_utilities(VISIBILITY PUBLIC)