Skip to content
Snippets Groups Projects
Jamfile 386 B
Newer Older
alias install : install-lib ;
explicit install ;

install install-lib : qft++
                 : <location>$(TOP)/lib 
                   <install-dependencies>on 
                   <install-type>LIB
                   ;

project :
	requirements
	<include>./topincludes 
	;

lib qft++ : 
	[ glob relativistic-quantum-mechanics/*.cc 
Bertram Kopf's avatar
Bertram Kopf committed
	  tensor/*.cc 
          matrix/*.cc : ]