File tree Expand file tree Collapse file tree 3 files changed +958
-0
lines changed
Expand file tree Collapse file tree 3 files changed +958
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,29 @@ endif()
265265
266266###################################################################################################
267267
268+ ###################################################################################################
269+ # Service binary.
270+
271+ add_executable (nat20_service_bin )
272+ target_sources (nat20_service_bin
273+ PRIVATE src/service/gnostic_main.c
274+ )
275+ target_link_libraries (nat20_service_bin nat20_service nat20_crypto_nat20 nat20_crypto_boringssl )
276+
277+ ###################################################################################################
278+
279+ ###################################################################################################
280+ # Client binary.
281+
282+ add_executable (n20_client_stateless_bin )
283+ target_sources (n20_client_stateless_bin
284+ PRIVATE src/service/client_stateless.c
285+ )
286+ target_link_libraries (n20_client_stateless_bin nat20_service nat20_crypto_nat20 nat20_crypto_boringssl )
287+
288+ ###################################################################################################
289+
290+
268291###################################################################################################
269292# The libnat20 test suite. It, along with its additional dependencies is only compiled
270293# when selected by setting `-DNAT20_WITH_TESTS=ON` on the `cmake -B` command line.
You can’t perform that action at this time.
0 commit comments