view extensions/app_diameap/plugins/eap_tls/CMakeLists.txt @ 845:5c4cf8d15ef0 1.1.5-rc1

Well this time, I hope, should be the last fix to enable compilation on Darwin systems...
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 16 Oct 2012 21:10:14 +0200
parents 365f1ed01cd1
children 242ee9fe34aa
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
    )

"Welcome to our mercurial repository"