CMake: support "make programs"

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2024-09-14 12:13:16 +02:00
parent 26fc0390c9
commit bb47c7368b
12 changed files with 17 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ set(executables
ssl_server
ssl_server2
)
add_dependencies(${programs_target} ${executables})
if(GEN_FILES)
# Inform CMake that the following file will be generated as part of the build