summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/CMakeLists.txt
blob: 33ecc694846e3cb567172724f06b8cb74a35d27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install( FILES
    cfabort.tag cfapplet.tag cfapplication.tag
    cfargument.tag cfassociate.tag cfauthenticate.tag
    cfbreak.tag cfcache.tag cfcase.tag cfcatch.tag
    cfchart.tag cfchartdata.tag cfchartseries.tag
    cfcol.tag cfcollection.tag cfcomponent.tag
    cfcontent.tag cfcookie.tag cfdirectory.tag
    cfdump.tag cferror.tag cfexecute.tag cfexit.tag
    cffile.tag cfflush.tag cfform.tag cfftp.tag
    cffunction.tag cfgrid.tag cfgridcolumn.tag
    cfgridrow.tag cfgridupdate.tag cfheader.tag
    cfhtmlhead.tag cfhttp.tag cfhttpparam.tag
    cfimport.tag cfinclude.tag cfindex.tag
    cfinput.tag cfinsert.tag cfinvoke.tag
    cfinvokeargument.tag cfldap.tag cflocation.tag
    cflock.tag cflog.tag cflogin.tag cfloginuser.tag
    cfloop.tag cfmail.tag cfmailparam.tag
    cfmodule.tag cfobject.tag cfobjectcache.tag
    cfoutput.tag cfparam.tag cfpop.tag
    cfprocessingdirective.tag cfprocparam.tag
    cfprocresult.tag cfproperty.tag cfquery.tag
    cfqueryparam.tag cfregistry.tag cfreport.tag
    cfsavecontent.tag cfschedule.tag cfsearch.tag
    cfselect.tag cfsetting.tag cfslider.tag
    cfstoredproc.tag cfswitch.tag cftable.tag
    cftextinput.tag cfthrow.tag cftrace.tag
    cftransaction.tag cftree.tag cftreeitem.tag
    cfupdate.tag cfusion.tag cfwddx.tag cfxml.tag
    description.rc ftp.tag test.cfm
  DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/cfml )