[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kalgebra/analitza
From:       Aleix Pol Gonzalez <aleixpol () gmail ! com>
Date:       2009-12-16 23:35:16
Message-ID: 1261006516.908755.10861.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1063105 by apol:

Optionally install Analitza headers. Its disabled by default since we don't want to \
maintain ABI (yet?).



 M  +31 -0     CMakeLists.txt  


--- trunk/KDE/kdeedu/kalgebra/analitza/CMakeLists.txt #1063104:1063105
@@ -34,3 +34,34 @@
 set_target_properties(analitza PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION \
${GENERIC_LIB_SOVERSION} )  
 install(TARGETS analitza ${INSTALL_TARGETS_DEFAULT_ARGS})
+
+option(INSTALL_ANALITZA_HEADERS "Analitza headers will be installed. No ABI \
compatibility is going to happen for now" OFF) +if(INSTALL_ANALITZA_HEADERS)
+	install(FILES 
+		abstractlexer.h
+		analitzaexport.h
+		analitza.h
+		analitzautils.h
+		container.h
+		explexer.h
+		expression.h
+		expressionparser.h
+		expressiontable_p.h
+		expressionwriter.h
+		htmlexpressionwriter.h
+		list.h
+		mathmlexpressionwriter.h
+		mathmlpresentationexpressionwriter.h
+		mathmlpresentationlexer.h
+		object.h
+		operations.h
+		operator.h
+		stringexpressionwriter.h
+		value.h
+		variable.h
+		variables.h
+		vector.h
+
+		DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)	
+endif(INSTALL_ANALITZA_HEADERS)
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic