~kubuntu-members/libkdegames/4.11

« back to all changes in this revision

Viewing changes to includes/CMakeLists.txt

  • Committer: Pino Toscano
  • Date: 2007-03-17 22:13:57 UTC
  • Revision ID: git-v1:a19627b031ae31bb15e3897ec5d70b4909e30f55
add fowarding headers for libkdegames, patch kindly provided by Parker Coates. thanks!

CCMAIL: parker.coates@gmail.com

svn path=/trunk/KDE/kdegames/libkdegames/; revision=643601

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
install( FILES 
 
3
        KCardDialog
 
4
        KChat
 
5
        KChatBase
 
6
        KChatDialog
 
7
        KExtHighscore
 
8
        KGameCanvas
 
9
        KGameLCD
 
10
        KGameMisc
 
11
        KGameProgress
 
12
        KGrid2D
 
13
        KHighscore
 
14
        KScoreDialog
 
15
        KStandardGameAction
 
16
        KZoomMainWindow
 
17
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE )
 
18
 
 
19
install( FILES
 
20
        KGame/KGame
 
21
        KGame/KGameChat
 
22
        KGame/KGameConnectDialog
 
23
        KGame/KGameDebugDialog
 
24
        KGame/KGameDialog
 
25
        KGame/KGameDialogConfig
 
26
        KGame/KGameError
 
27
        KGame/KGameErrorDialog
 
28
        KGame/KGameIO
 
29
        KGame/KGameMessage
 
30
        KGame/KGameNetwork
 
31
        KGame/KGameProcess
 
32
        KGame/KGameProperty
 
33
        KGame/KGamePropertyArray
 
34
        KGame/KGamePropertyHandler
 
35
        KGame/KGamePropertyList
 
36
        KGame/KGameSequence
 
37
        KGame/KGameVersion
 
38
        KGame/KMessageClient
 
39
        KGame/KMessageIO
 
40
        KGame/KMessageServer
 
41
        KGame/KPlayer
 
42
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/KGame )