#-----------------------------------------------------------
# Copyright Christian Arnault LAL-Orsay CNRS
# arnault@lal.in2p3.fr
# See the complete license in cmt_license.txt "http://www.cecill.info". 
#-----------------------------------------------------------

package demoC

build_strategy rebuild_makefiles

include_path ../demoC

branches demoC

library C C*.cxx

macro demoC_linkopts "-L$(DEMOCROOT)/$(demoC_tag) -lC" \
      WIN32          ""

application demoC -check demoC.cxx

path_append LD_LIBRARY_PATH "" \
            Linux "../$(demoC_tag)"


