view extensions/app_diameap/plugins/eap_tls/CMakeLists.txt @ 1562:6219359a36a9 default tip

Merge latest changes from proposed branch
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 21 Jun 2021 19:08:18 +0800
parents 242ee9fe34aa
children
line wrap: on
line source

# The EAP-TLS Plugin
PROJECT("EAP-TLS Plugin" C)

# Parser for the configuration file 
BISON_FILE(eaptls.y)
FLEX_FILE(eaptls.l)

SET_SOURCE_FILES_PROPERTIES(lex.eaptls.c eaptls.tab.c PROPERTIES COMPILE_FLAGS "-I \"${CMAKE_CURRENT_SOURCE_DIR}\"")

EAP_ADD_METHOD(eap_tls
    eap_tls.c
    eap_tls.h    
    lex.eaptls.c
    eaptls.tab.c
    eaptls.tab.h
    )

TARGET_LINK_LIBRARIES(eap_tls ${GNUTLS_LIBRARIES})
"Welcome to our mercurial repository"