ClickHouse/programs/client/readpassphrase/CMakeLists.txt

8 lines
413 B
CMake
Raw Normal View History

# wget https://raw.githubusercontent.com/openssh/openssh-portable/master/openbsd-compat/readpassphrase.c
# wget https://raw.githubusercontent.com/openssh/openssh-portable/master/openbsd-compat/readpassphrase.h
2020-05-27 21:58:46 +00:00
add_library(readpassphrase readpassphrase.c)
2020-05-27 21:58:46 +00:00
set_target_properties(readpassphrase PROPERTIES LINKER_LANGUAGE C)
target_compile_options(readpassphrase PRIVATE -Wno-unused-result -Wno-reserved-id-macro)