Code Search for Developers
 
 
  

CMakeLists.txt from Boson at Krugle


Show CMakeLists.txt syntax highlighted

project(libkdegames)

include_directories(
	${CMAKE_SOURCE_DIR}/bodebug
	${CMAKE_SOURCE_DIR}/bogl
	${QT_INCLUDE_DIR}
	${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
)

set(kmessage_sources
	kmessageio.cpp
	kmessageserver.cpp
	kmessageclient.cpp
)

set(dialogs_sources
	kgamedebugdialog.cpp
)

set(kgame_sources
	kgame.cpp
	kplayer.cpp
	kgamenetwork.cpp
	kgameproperty.cpp
	kgamemessage.cpp
	kgameio.cpp
	kgameprocess.cpp
	kgamechat.cpp
	kgamepropertyhandler.cpp
	kgameerror.cpp
	kgamesequence.cpp
	${kmessage_sources}
	${dialogs_sources}
)

set(libkdegames_sources
	kchatbase.cpp
	kgameprogress.cpp
	kstdgameaction.cpp
	${kgame_sources}
)
kde3_automoc(${libkdegames_sources})

boson_add_library(kgame STATIC ${libkdegames_sources})





See more files for this project here

Boson

Boson is an OpenGL real-time strategy game. It is designed to run on Unix (Linux) computers, and is built on top of the KDE, Qt and kdegames libraries.

Project homepage: http://sourceforge.net/projects/boson
Programming language(s): C,C++
License: other

  CMakeLists.txt
  DESIGN
  kchatbase.cpp
  kchatbase.h
  kgame.cpp
  kgame.h
  kgamechat.cpp
  kgamechat.h
  kgamedebugdialog.cpp
  kgamedebugdialog.h
  kgameerror.cpp
  kgameerror.h
  kgameio.cpp
  kgameio.h
  kgamemessage.cpp
  kgamemessage.h
  kgamenetwork.cpp
  kgamenetwork.h
  kgameprocess.cpp
  kgameprocess.h
  kgameprogress.cpp
  kgameprogress.h
  kgameproperty.cpp
  kgameproperty.h
  kgamepropertyarray.h
  kgamepropertyhandler.cpp
  kgamepropertyhandler.h
  kgamepropertylist.h
  kgamesequence.cpp
  kgamesequence.h
  kgameversion.h
  kmessageclient.cpp
  kmessageclient.h
  kmessageio.cpp
  kmessageio.h
  kmessageserver.cpp
  kmessageserver.h
  kmessageserver.png
  kplayer.cpp
  kplayer.h
  kstdgameaction.cpp
  kstdgameaction.h
  libkdegames.html
  messages.txt
  scenario0.png
  scenario1.png
  scenario2.png