mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
cmake: Improve compiler flag detection
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit a9a99fb31f)
This commit is contained in:
@@ -29,6 +29,7 @@ set(pkd_libs
|
||||
)
|
||||
|
||||
add_executable(pkd_hello ${pkd_hello_src})
|
||||
target_compile_options(pkd_hello PRIVATE ${DEFAULT_C_COMPILE_FLAGS})
|
||||
target_link_libraries(pkd_hello ${pkd_libs})
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user