mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Replace tabs with spaces
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
if(TEST_CPP)
|
if(TEST_CPP)
|
||||||
project("mbed TLS" C CXX)
|
project("mbed TLS" C CXX)
|
||||||
else()
|
else()
|
||||||
project("mbed TLS" C)
|
project("mbed TLS" C)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
|
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
|
||||||
|
@@ -17,8 +17,8 @@ add_executable(benchmark benchmark.c)
|
|||||||
target_link_libraries(benchmark ${libs})
|
target_link_libraries(benchmark ${libs})
|
||||||
|
|
||||||
if(TEST_CPP)
|
if(TEST_CPP)
|
||||||
add_executable(cpp_dummy_build cpp_dummy_build.cpp)
|
add_executable(cpp_dummy_build cpp_dummy_build.cpp)
|
||||||
target_link_libraries(cpp_dummy_build ${libs})
|
target_link_libraries(cpp_dummy_build ${libs})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(ssl_cert_test ssl_cert_test.c)
|
add_executable(ssl_cert_test ssl_cert_test.c)
|
||||||
|
Reference in New Issue
Block a user